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
We deployed crossplane with aws provisioner to our jenkins X cluster. This added some custom resource definitions including:
deployments.apigatewayv2.aws.crossplane.io
secrets.secretsmanager.aws.crossplane.io
The scope of these CRDs is 'Cluster'
During the next bootjob, the 'move' command relocated all deployments and secrets from config-root/namespaces to config-root/cluster then started pruning deployments including ingress-nginx, chartmuseum, etc.
Manually deleting the CRDs and rerunning the bootjobs restored the deployments.
Expected behaviour:
The move command should not be confused by the unrelated CRD and relocate resources.
The text was updated successfully, but these errors were encountered:
We deployed crossplane with aws provisioner to our jenkins X cluster. This added some custom resource definitions including:
The scope of these CRDs is 'Cluster'
During the next bootjob, the 'move' command relocated all deployments and secrets from config-root/namespaces to config-root/cluster then started pruning deployments including ingress-nginx, chartmuseum, etc.
Manually deleting the CRDs and rerunning the bootjobs restored the deployments.
Expected behaviour:
The move command should not be confused by the unrelated CRD and relocate resources.
The text was updated successfully, but these errors were encountered: