mirror of https://github.com/istio/istio.io.git
Fix Istio installation with samples/operator/pilot-k8s.yaml (#9628)
This commit is contained in:
parent
8f9119665d
commit
3bfd43bcb8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue