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 Aug 11, 2021. It is now read-only.
getting this a lot, usually untainting it helps, but now I also got this
Error: Failed to update proposed state from prior state
on generated_networking.k8s.io_v1_networkpolicy_argocd-application-controller-network-policy.tf line 1, in resource "kubernetes_manifest" "networkpolicy_argocd_application_controller_network_policy":
1: resource "kubernetes_manifest" "networkpolicy_argocd_application_controller_network_policy" {
AttributeName("spec").AttributeName("ingress").ElementKeyInt(0).AttributeName("from").ElementKeyInt(0).AttributeName("ipBlock").AttributeName("except"):
step cannot be applied to this value
Error: Failed to update proposed state from prior state
on generated_networking.k8s.io_v1_networkpolicy_argocd-repo-server-network-policy.tf line 1, in resource "kubernetes_manifest" "networkpolicy_argocd_repo_server_network_policy":
1: resource "kubernetes_manifest" "networkpolicy_argocd_repo_server_network_policy" {
AttributeName("spec").AttributeName("ingress").ElementKeyInt(1).AttributeName("from").ElementKeyInt(0).AttributeName("namespaceSelector").AttributeName("matchLabels"):
step cannot be applied to this value
Error: Failed to update proposed state from prior state
on generated_networking.k8s.io_v1_networkpolicy_argocd-server-network-policy.tf line 1, in resource "kubernetes_manifest" "networkpolicy_argocd_server_network_policy":
1: resource "kubernetes_manifest" "networkpolicy_argocd_server_network_policy" {
AttributeName("spec").AttributeName("ingress").ElementKeyInt(0).AttributeName("from"):
step cannot be applied to this value
Terraform, Provider, Kubernetes versions
Affected Resource(s)
Kyverno CRD objects
Terraform Configuration Files
Created the manifest with the following command, policy is a default example from kyverno see here
Debug Output
Gist
Panic Output
Steps to Reproduce
Expected Behavior
CRD object should've been created without any error occuring in the apply step.
Actual Behavior
CRD object was created successfully, but the apply command returns the error as seen in the Gist above.
Important Factoids
Azure AKS
References
Community Note
The text was updated successfully, but these errors were encountered: