Skip to content

Instantly share code, notes, and snippets.

@nerdalert
Created April 24, 2025 04:14
Show Gist options
  • Save nerdalert/4fb3e8e577c4c80a56ddb3534b9dfdb1 to your computer and use it in GitHub Desktop.
Save nerdalert/4fb3e8e577c4c80a56ddb3534b9dfdb1 to your computer and use it in GitHub Desktop.
$ ./install.sh
+ set -e
+ set -o pipefail
++ command -v git
+ '[' -z /usr/bin/git ']'
++ command -v kubectl
+ '[' -z '/usr/local/bin/kubectl]'
./install.sh: line 10: [: missing `]'
+ '[' chart-dependencies '!=' chart-dependencies ']'
+ git clone --filter=blob:none --no-checkout https://github.com/neuralmagic/gateway-api-inference-extension.git
Cloning into 'gateway-api-inference-extension'...
remote: Enumerating objects: 3400, done.
remote: Counting objects: 100% (472/472), done.
remote: Compressing objects: 100% (112/112), done.
remote: Total 3400 (delta 398), reused 361 (delta 360), pack-reused 2928 (from 2)
Receiving objects: 100% (3400/3400), 726.89 KiB | 30.29 MiB/s, done.
Resolving deltas: 100% (1318/1318), done.
+ cd gateway-api-inference-extension
+ git sparse-checkout init --cone
+ git checkout dev
remote: Enumerating objects: 24, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 12 (from 2)
Receiving objects: 100% (24/24), 38.98 KiB | 19.49 MiB/s, done.
Resolving deltas: 100% (1/1), done.
Already on 'dev'
Your branch is up to date with 'origin/dev'.
+ git sparse-checkout set config/crd
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 4 (delta 1), reused 0 (delta 0), pack-reused 1 (from 1)
Receiving objects: 100% (4/4), 6.76 KiB | 6.76 MiB/s, done.
Resolving deltas: 100% (1/1), done.
+ cp -r config ../00-base-crds
+ git sparse-checkout set deploy/components/istio-control-plane
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 12 (delta 0), reused 0 (delta 0), pack-reused 11 (from 1)
Receiving objects: 100% (12/12), 14.88 KiB | 14.88 MiB/s, done.
Resolving deltas: 100% (3/3), done.
+ cp deploy/components/istio-control-plane/configmaps.yaml deploy/components/istio-control-plane/deployments.yaml deploy/components/istio-control-plane/hpa.yaml deploy/components/istio-control-plane/kustomization.yaml deploy/components/istio-control-plane/namespaces.yaml deploy/components/istio-control-plane/policies.yaml deploy/components/istio-control-plane/rbac.yaml deploy/components/istio-control-plane/service-accounts.yaml deploy/components/istio-control-plane/services.yaml deploy/components/istio-control-plane/telemetry.yaml deploy/components/istio-control-plane/webhooks.yaml ../01-istio-controll-plane
+ cd ..
+ rm -rf gateway-api-inference-extension
+ kubectl kustomize 00-base-crds
+ kubectl apply -f -
error: accumulating resources: accumulation err='accumulating resources from 'https://raw.githubusercontent.com/neuralmagic/gateway-api-inference-extension/refs/heads/dev/deploy/components/crds/istio.yaml': URL is a git repository': failed to run '/usr/bin/git fetch --depth=1 https://raw.githubusercontent.com/neuralmagic/gateway-api-inference-extension HEAD': remote: 404: Not Found
fatal: repository 'https://raw.githubusercontent.com/neuralmagic/gateway-api-inference-extension/' not found
: exit status 128
error: no objects passed to apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment