Skip to content
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

deprecation warnings when deploying the operator #489

Closed
1 of 4 tasks
mythi opened this issue Oct 28, 2020 · 1 comment · Fixed by #588
Closed
1 of 4 tasks

deprecation warnings when deploying the operator #489

mythi opened this issue Oct 28, 2020 · 1 comment · Fixed by #588
Assignees
Labels
operator Device operator related issue
Projects

Comments

@mythi
Copy link
Contributor

mythi commented Oct 28, 2020

kubernetes 1.19 gives the following warnings. When the right time comes, let's move away from v1beta1.

> kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/default?ref=master
namespace/inteldeviceplugins-system created
Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
customresourcedefinition.apiextensions.k8s.io/acceleratorfunctions.fpga.intel.com created
customresourcedefinition.apiextensions.k8s.io/fpgadeviceplugins.deviceplugin.intel.com created
customresourcedefinition.apiextensions.k8s.io/fpgaregions.fpga.intel.com created
customresourcedefinition.apiextensions.k8s.io/gpudeviceplugins.deviceplugin.intel.com created
customresourcedefinition.apiextensions.k8s.io/qatdeviceplugins.deviceplugin.intel.com created
customresourcedefinition.apiextensions.k8s.io/sgxdeviceplugins.deviceplugin.intel.com created
mutatingwebhookconfiguration.admissionregistration.k8s.io/inteldeviceplugins-mutating-webhook-configuration created
validatingwebhookconfiguration.admissionregistration.k8s.io/inteldeviceplugins-validating-webhook-configuration created
role.rbac.authorization.k8s.io/inteldeviceplugins-leader-election-role created
clusterrole.rbac.authorization.k8s.io/inteldeviceplugins-manager-role created
clusterrole.rbac.authorization.k8s.io/inteldeviceplugins-proxy-role created
Warning: rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole
clusterrole.rbac.authorization.k8s.io/inteldeviceplugins-metrics-reader created
rolebinding.rbac.authorization.k8s.io/inteldeviceplugins-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/inteldeviceplugins-manager-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/inteldeviceplugins-proxy-rolebinding created
service/inteldeviceplugins-controller-manager-metrics-service created
service/inteldeviceplugins-webhook-service created
deployment.apps/inteldeviceplugins-controller-manager created
certificate.cert-manager.io/inteldeviceplugins-serving-cert created
issuer.cert-manager.io/inteldeviceplugins-selfsigned-issuer created

TODO:

  • move the FPGA CRDs to v1 API
  • move to v1 RBAC API
  • test by deploying a device CR with the operator
  • test using make test-with-kind
@mythi mythi added the operator Device operator related issue label Oct 28, 2020
@mythi
Copy link
Contributor Author

mythi commented Oct 30, 2020

@msivosuo msivosuo added this to To Do in Backlog via automation Nov 11, 2020
@msivosuo msivosuo moved this from To Do to Next Quarter in Backlog Nov 11, 2020
@msivosuo msivosuo added this to To do in 2021-3 via automation Dec 9, 2020
@msivosuo msivosuo removed this from Next Quarter in Backlog Dec 9, 2020
@msivosuo msivosuo added this to To do in 2021-2 via automation Feb 4, 2021
@msivosuo msivosuo removed this from To do in 2021-3 Feb 4, 2021
@msivosuo msivosuo moved this from To do to In progress in 2021-2 Feb 10, 2021
2021-2 automation moved this from In progress to Done Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operator Device operator related issue
Projects
No open projects
2021-2
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants