You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
Istioctl mixer commands use explicit verbs and resource names in the command line, resulting in both longer command lines and ambiguous command set.. The commands for route rules are istioctl create|get|replace|delete -f <filename>
while the commands for mixer are istioctl mixer rule create|get. There is no istioctl mixer rule replace|delete.
The documentation and usage is pretty confusing. The two formats need to be unified into something like istioctl create|get|replace|delete -f <filename>, where the type of the command, resource, etc. can be specified as part of the YAML file. for example
The work has to start from making changes to mixer to organize the configs. The hacky solution is to parse YAMLs in apiserver and dispatch them to mixer config server after rewriting URLs and content.
We can hack istioctl to use common top-level verbs but the specific syntax is likely to change in beta as we straightout the config API and server story. API server version checking could help for this early pre-beta breaking changes.
Istioctl mixer commands use explicit verbs and resource names in the command line, resulting in both longer command lines and ambiguous command set.. The commands for route rules are
istioctl create|get|replace|delete -f <filename>
while the commands for mixer are
istioctl mixer rule create|get
. There is no istioctl mixer rule replace|delete.The documentation and usage is pretty confusing. The two formats need to be unified into something like
istioctl create|get|replace|delete -f <filename>
, where the type of the command, resource, etc. can be specified as part of the YAML file. for exampleThe command structure and documentation of istioctl command is not cohesive. Its messy at the moment. Istioctl replace follows istioctl mixer rule.
Need to fix this before final release.
Ccing folks who worked on istioctl. @esnible @mandarjog @ayj
cc @geeknoid
The text was updated successfully, but these errors were encountered: