-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to list/create Network Policy on Openshift #23
Comments
CherryJia
changed the title
Not able to list/create Network Policy on Openshift with crd networkpolicies.crd.projectcalico.orgr
Not able to list/create Network Policy on Openshift
Aug 26, 2021
fasaxc
pushed a commit
to fasaxc/api
that referenced
this issue
Aug 27, 2021
Merge v3.20 API changes, and entire OSS history
I am experiencing this as well. Has anyone found a fix/workaround? |
the same here with upstream k8s v1.21 |
Seems like apiserver is not available/installed: https://projectcalico.docs.tigera.io/maintenance/install-apiserver |
does anyone has a way to solve this problem? |
@czybjtu #60 (comment) |
This may be help you. #60 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the simple testing by flowing the example/list-gnp
It returns:
Actually in my Openshift cluster it only has networkPolicy crd with API group
crd.projectcalico.org/v1
But with
calicoctl
command line , it can successfully list and apply networkpolicy with API Group:projectcalico.org/v3
So please anyone can explain , what I am missing here, from my understanding the resources of
crd.projectcalico.org/v1
are only internal data representations .The text was updated successfully, but these errors were encountered: