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 has been archived by the owner on Sep 25, 2020. It is now read-only.
can not update existing CRD azuresamples.azure.stacks.crossplane.io from job crossplane-system.stack-azure-sample: failed due to pending deletion of existing crd
#33
Following the Wordpress CLI Guide I had a clean Wordpress deploy, but I messed up and uninstalled the stack-azure-sampleClusterPackageInstall before I deleted the AzureSample resource, and it gave the following error when I tried to reinstall the stack-azure-sample package:
message: 'can not update existing CRD azuresamples.azure.stacks.crossplane.io
from job crossplane-system.stack-azure-sample: failed due to pending deletion
of existing crd'
The ClusterStackInstall is created, but is has the following error:
message: 'can not update existing CRD azuresamples.azure.stacks.crossplane.io
from job crossplane-system.stack-azure-sample: failed due to pending deletion
of existing crd'
Note: uninstalling the stack-azure-sample only deletes the AzureSample resource but leaves the others, so I'm able to delete them directly via Crossplane to clean up my environment.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Following the Wordpress CLI Guide I had a clean Wordpress deploy, but I messed up and uninstalled the
stack-azure-sample
ClusterPackageInstall
before I deleted theAzureSample
resource, and it gave the following error when I tried to reinstall thestack-azure-sample
package:Repro
Following the Wordpress CLI Guide
But delete the stack package, before deleting the
AzureSample
CR:The
ClusterStackInstall
is created, but is has the following error:Details
kubectl get clusterpackageinstall -A -o yaml
The text was updated successfully, but these errors were encountered: