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
Things like ArgoCD require the installation of some CRD's, which are cluster resources and require elevated privileges to install. This will likely cause some issues in the long run.
This also is an issue when you have multiple users doing development on this stack and trying to deploy/clean this up. One user cleaning up all of their resources and deleting a set of CRD's may inadvertently impact the development being done by another user.
The text was updated successfully, but these errors were encountered:
Agreed. I think the difficult part (at least in our current case with Argo) is that it's a external, dependency chart so we don't have much choice there. That being said, it looks like there is a --skip-crds flag in the helm command that we can lean on. I think the problem there is that (at least initially) you have to assume that someone with permissions will at least initially install the CRD's that you require.
Things like ArgoCD require the installation of some CRD's, which are cluster resources and require elevated privileges to install. This will likely cause some issues in the long run.
This also is an issue when you have multiple users doing development on this stack and trying to deploy/clean this up. One user cleaning up all of their resources and deleting a set of CRD's may inadvertently impact the development being done by another user.
The text was updated successfully, but these errors were encountered: