-
Notifications
You must be signed in to change notification settings - Fork 27
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
support k8s 1.18+ with backward compatibility #116
Comments
As a result of: kubernetes/kubernetes#88076 that is included in k8s 1.18 (https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#other-api-changes) keys have to be either required or have a default value. |
#104 fixes the ci tests issue with align k8s version to 1.15, but the CRD is still not working with 1.18+, will look into it later. |
update the API version to v1 |
fixed by #328 |
kubectl apply -f cloud.streamnative.io_functions.yaml
will cause following error, which will break the CI tests of function mesh java proxy.The text was updated successfully, but these errors were encountered: