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
The CLI needs to access the information from the endpoint and not through the Kubernetes API.
This is because we want to make the CLI independent of Kubernetes.
We need an endpoint on the
airy-controller
from where we can retrieve the current configuration from theAiry Core
instance.The following should be made possible on the
airy-controller
side:Then we need to implement this in the
Airy CLI
. When runningairy config
we should write the configuration to anairy.yaml
file in the workspace.Related to #2756
The text was updated successfully, but these errors were encountered: