Skip to content

Commit

Permalink
excluded istio from cluster bootstrap for troubleshooting purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Sep 15, 2024
1 parent fad2dca commit d93b53d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions kubernetes/bootstrap/infra/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

Expand All @@ -23,9 +25,9 @@ resources:
- apps/tempo-app.yaml
- apps/kube-prom-stack-app.yaml
- apps/grafana-app.yaml
- apps/istio-base-app.yaml
- apps/istio-cni-app.yaml
- apps/istio-istiod-app.yaml
- apps/istio-ztunnel-app.yaml
- apps/istio-gateway-app.yaml
- apps/istio-config-app.yaml
#- apps/istio-base-app.yaml
#- apps/istio-cni-app.yaml
#- apps/istio-istiod-app.yaml
#- apps/istio-ztunnel-app.yaml
#- apps/istio-gateway-app.yaml
#- apps/istio-config-app.yaml

0 comments on commit d93b53d

Please sign in to comment.