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.
While restoring an AKS cluster I get the following error Cluster: error restoring mutatingwebhookconfigurations.admissionregistration.k8s.io/aks-webhook-admission-controller: MutatingWebhookConfiguration.admissionregistration.k8s.io "aks-webhook-admission-controller" is invalid: webhooks[0].sideEffects: Unsupported value: "Unknown": supported values: "Namespaces:
Will Velero restore not work if the SideEffects Key is set to "UnKnown" ?
Do we have to explicitly set the value to "None" or "NoneOnDryRun" ?
The text was updated successfully, but these errors were encountered:
@Abhiger Velero doesn't modify the webhook properties that get backed up. This is due to AKS having support only for 2 values on its webhook side effect field, as shown in the error message.
Were you migrating between versions of AKS? That may have introduced this new constraint.
Hi All,
Cluster: error restoring mutatingwebhookconfigurations.admissionregistration.k8s.io/aks-webhook-admission-controller: MutatingWebhookConfiguration.admissionregistration.k8s.io "aks-webhook-admission-controller" is invalid: webhooks[0].sideEffects: Unsupported value: "Unknown": supported values: "None", "NoneOnDryRun"
Namespaces:
While restoring an AKS cluster I get the following error
Cluster: error restoring mutatingwebhookconfigurations.admissionregistration.k8s.io/aks-webhook-admission-controller: MutatingWebhookConfiguration.admissionregistration.k8s.io "aks-webhook-admission-controller" is invalid: webhooks[0].sideEffects: Unsupported value: "Unknown": supported values: "Namespaces:
Will Velero restore not work if the SideEffects Key is set to "UnKnown" ?
Do we have to explicitly set the value to "None" or "NoneOnDryRun" ?
The text was updated successfully, but these errors were encountered: