Add warning to generate (#7485)

I have seen many issues about this
This commit is contained in:
John Howard 2020-06-05 10:40:41 -07:00 committed by GitHub
parent 3e89ef8ab4
commit b74bd655cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@ $ kubectl create ns istio-system
$ kubectl apply -f $HOME/generated-manifest.yaml $ kubectl apply -f $HOME/generated-manifest.yaml
{{< /text >}} {{< /text >}}
{{< warning >}}
While `istioctl install` will automatically detect environment specific settings from your Kubernetes context, `manifest generate` cannot as it runs offline, which may lead to unexpected results. In particular, you must ensure that you follow [these steps](/docs/ops/best-practices/security/#configure-third-party-service-account-tokens) if your Kubernetes environment does not support third party service account tokens.
{{< /warning >}}
{{< tip >}} {{< tip >}}
This command might show transient errors due to resources not being available in This command might show transient errors due to resources not being available in
the cluster in the correct order. the cluster in the correct order.