Update operator --set help text #20204#20342
Conversation
|
Hi @blhagadorn. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| Example: "istioctl manifest apply # installs the default profile on the current Kubernetes cluster context\n" + | ||
| "istioctl manifest apply --set values.global.mtls.enabled=true --set values.global.controlPlaneSecurityEnabled=true\n" + | ||
| "istioctl manifest apply --set profile=demo\n" + | ||
| "istioctl manifest apply --set installPackagePath=~/istio-releases/istio-1.4.3/install/kubernetes/operator/charts", |
There was a problem hiding this comment.
Took that from this, https://istio.io/docs/setup/install/istioctl/#install-from-external-charts, happy to alter it and throw in an absolute directory (and update istio.io).
operator/cmd/mesh/root.go
Outdated
| Overrides the corresponding path value in the selected profile or passed through IstioOperator CR | ||
| customization file` | ||
| SetFlagHelpStr = `Override an IstioOperator value, e.g. to choose a profile | ||
| (--set profile=demo), enable or disable components (--set policy.enabled=true), or override Istio |
There was a problem hiding this comment.
I think this is -- components.policy.enabled=true now?
There was a problem hiding this comment.
Yes you're right, good catch. Changed. For reference:
istio/operator/data/profiles/default.yaml
Lines 56 to 58 in 07dedc3
Formatting Co-Authored-By: John Howard <howardjohn@google.com>
This is a repeat of #20204 without all of the commits I didn't make addresses issue #19999 and functionally chages the Help string as well as adds
Example:to cobraCommands.[ ] Configuration Infrastructure
[ x] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ x] User Experience
[ ] Developer Infrastructure