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
When running through Practice (Interactive) - Diffing Customization , Istio Case, I ran into an issue where none of the istio resources could be found for the version specified.
Environment:
Minikube v1.30.1
CentOS 8
Error: the server could not find the requested resource
Upon changing the targetRevision, the deployment worked as expected, with the exception, ignoreDifferences wasn't required to sync and deploy properly.
Based on YAML below, istio 1.18.0 got deployed.
When running through Practice (Interactive) - Diffing Customization , Istio Case, I ran into an issue where none of the istio resources could be found for the version specified.
Environment:
Minikube v1.30.1
CentOS 8
Error:
the server could not find the requested resource
Workaround:
Update this:
targetRevision: '1.13.4'
-->targetRevision: '*'
Upon changing the
targetRevision
, the deployment worked as expected, with the exception,ignoreDifferences
wasn't required to sync and deploy properly.Based on YAML below, istio 1.18.0 got deployed.
Working ArgoCD Application:
The text was updated successfully, but these errors were encountered: