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 Apr 25, 2024. It is now read-only.
I try to create acccounts and spaces in a GitOps way with ArgoCD (version 2.0.0).
To me it looks like the Space and also implicitly the namespace for that Space is created successfully by ArgoCD:
> kubectl get space johns-space
NAME OWNER CREATED AT
johns-space johns-account 2021-06-16T10:25:39Z
> kubectl get namespace johns-space
NAME STATUS AGE
johns-space Active 5m41s
The problem is that ArgoCD can not recognize the live manifest of the Space resource and shows that the resource is OutOfSync and disappears from the ArgoCD web ui occasionally:
The same problem occured when I tried to add an Account from resource tenancy.kiosk.sh/Account. When using the config.kiosk.sh/Account resource, ArgoCD can sync the resources and ends up in Sync ok state.
The documentation outlines that tenancy.kiosk.sh is some kind of virtual api extension and is not persisted to etcd.