Files
sablier/plugins/proxywasm/e2e/istio/kubernetes
Alexis Couvreur 9430cc3eb3 chore(deps): bump to go1.24.0 (#521)
* chore(deps): bump to go1.24.0

* use proxy-wasm/proxy-wasm-go-sdk

* remove tinygo

* update docker image

* add missing env

* use go tool directive for mockgen

* chore: bump Kong/ngx_wasm_module to pre-release 0.6.0

Thanks to https://github.com/Kong/ngx_wasm_module/issues/682

* fix go mod

* set caddy to go1.23
2025-03-01 15:12:54 -05:00
..
2025-02-09 10:18:48 -05:00
2024-10-23 18:13:56 -07:00

Install kubectl

sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

Install helm3

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

Start k3s

docker compose up -d sudo chown vscode ./kubeconfig.yaml chmod 600 ./kubeconfig.yaml export KUBECONFIG=./kubeconfig.yaml

kubectl create configmap -n istio-system sablier-wasm-plugin --from-file ../../sablierproxywasm.wasm

Install Istio Helm charts

helm repo add istio https://istio-release.storage.googleapis.com/charts helm repo update helm install istio-base istio/base -n istio-system --wait helm install istiod istio/istiod -n istio-system --wait kubectl label namespace istio-system istio-injection=enabled helm install istio-ingressgateway istio/gateway --values ./istio-gateway-values.yaml -n istio-system --wait

Install Sablier

kubectl apply -f ./manifests/sablier.yml

Build proxywasm

make docker