Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Spaces can not properly be created by ArgoCD, resources show as OutOfSync #130

@juv

Description

@juv

Hello,

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:
image

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.

Any idea on how to fix this problem?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions