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 trying to create ACLs in whitelisting step, listchecker and listentry CRDs are not found.
Issue:
$ oc apply -f lab-ossm/workshop/content/src/istiofiles/acl-whitelist.yml
rule.config.istio.io/checktorecommendation created
unable to recognize "lab-ossm/workshop/content/src/istiofiles/acl-whitelist.yml": no matches for kind "listchecker" in version "config.istio.io/v1alpha2"
unable to recognize "lab-ossm/workshop/content/src/istiofiles/acl-whitelist.yml": no matches for kind "listentry" in version "config.istio.io/v1alpha2"
Excpecting:
listchecker and listentry created. Or adapt acl-whitelist.yml according to any new CRDs ?
Environment:
OCP 4.4
The text was updated successfully, but these errors were encountered:
Thanks for the issue. Maistra/OSSM 1.1 is based on Istio 1.4, so it will be a while before the deprecation affects us. However, the CRD issue that you mentioned does affect us when using Maistra/OSSM 1.1. Note that this affects installations on any platform for Maistra/OSSM 1.1, not just OpenShift 4.4.
When trying to create ACLs in whitelisting step, listchecker and listentry CRDs are not found.
Issue:
$ oc apply -f lab-ossm/workshop/content/src/istiofiles/acl-whitelist.yml
rule.config.istio.io/checktorecommendation created
unable to recognize "lab-ossm/workshop/content/src/istiofiles/acl-whitelist.yml": no matches for kind "listchecker" in version "config.istio.io/v1alpha2"
unable to recognize "lab-ossm/workshop/content/src/istiofiles/acl-whitelist.yml": no matches for kind "listentry" in version "config.istio.io/v1alpha2"
Excpecting:
listchecker and listentry created. Or adapt acl-whitelist.yml according to any new CRDs ?
Environment:
OCP 4.4
The text was updated successfully, but these errors were encountered: