-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operator: remove profile
commands
#52468
operator: remove profile
commands
#52468
Conversation
b409c5e
to
b2cd39b
Compare
While these may provide a small trivial amount of value, they are just that -- trivial value. Its best to keep these as just basic documentation.
b2cd39b
to
1e2d18c
Compare
I think we should not remove a non-experimental command directly? |
Agree that the command provides little value, but one thing is that the doc is usually not kept up-to-date, and right now it’s still missing the recently added profiles. |
The doc should probably just directly link to If we really want to individually document profiles and treat them like describable/inspectable artifacts, we are probably ultimately better off making profile == wrapper chart, as charts already can carry documentation, have manifests, and show up with But short of that? I'd rather just link to the directory listing. |
Those were removed from istioctl istio/istio#52468
* upstream/master: (67 commits) Add release notes for dual-stack support promotion (istio#52524) Automator: update proxy@master in istio/istio@master (istio#52515) add name (istio#52501) Allow setting resources to null in gateway chart (istio#52514) Fix replacements errors in helm charts and templates (istio#52459) hand written IstioEndpoint deepcopy (istio#52485) operator: remove `profile` commands (istio#52468) Automator: update proxy@master in istio/istio@master (istio#52506) Automator: update proxy@master in istio/istio@master (istio#52505) Automator: update proxy@master in istio/istio@master (istio#52504) Automator: update ztunnel@master in istio/istio@master (istio#52502) Fix typo of InsertDataToConfigMap func description (istio#52491) Fix stale GVK in benchmark test (istio#52482) Bug/stale cert expiration logs (istio#52466) Automator: update ztunnel@master in istio/istio@master (istio#52496) Automator: update proxy@master in istio/istio@master (istio#52495) operator: move proto from api to this repo (istio#52472) remove unneeded func isAllowedKubernetesAudience (istio#52489) operator: misc code cleanup (istio#52467) ambient: do not allow service waypoint to have a waypoint (istio#52480) ...
* Remove usage of profile commands. Those were removed from istioctl istio/istio#52468 * wip * wip * wip * wip * wip * Download istioctl for CI * wip * wip
istioctl profile command was removed in PR istio/istio#52468 updating docs with these changes.
* removed istioctl profile cmd references (en) istioctl profile command was removed in PR istio/istio#52468 updating docs with these changes. * link to ingress gateway values file Co-authored-by: Craig Box <craig.box@gmail.com> * link to built in profiles --------- Co-authored-by: Craig Box <craig.box@gmail.com>
istioctl profile command was removed in PR istio/istio#52468 updating docs with these changes.
* removed istioctl profile cmd references (en) istioctl profile command was removed in PR istio/istio#52468 updating docs with these changes. * link to ingress gateway values file Co-authored-by: Craig Box <craig.box@gmail.com> * link to built in profiles --------- Co-authored-by: Adarsh K Kumar <adarshkkumar@gmail.com> Co-authored-by: Craig Box <craig.box@gmail.com>
While these may provide a small trivial amount of value, they are just
that -- trivial value. Its best to keep these as just basic
documentation.