Fix Istio installation with samples/operator/pilot-k8s.yaml (#9628)

This commit is contained in:
Shamsher Ansari 2021-04-28 20:07:10 +05:30 committed by GitHub
parent 8f9119665d
commit 3bfd43bcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -413,14 +413,6 @@ spec:
hpaSpec:
maxReplicas: 10 # ... default 5
minReplicas: 2 # ... default 1
nodeSelector:
master: "true"
tolerations:
- key: dedicated
operator: Exists
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
{{< /text >}}
Use `istioctl install` to apply the modified settings to the cluster: