Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Examples use deprecated API since k8s v1.16 #967

Closed
@micw523

Description

@micw523

Link to the issue (please include a link to the specific documentation or example):
This is the non-critical part of #963

Description of the issue (please include outputs or screenshots if possible):
In k8s v1.16, a few old APIs got deprecated. See #966 and kubernetes/kubernetes#70672. Also see https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
Need update:

  • In examples/notebooks, the notebook create_deployment.ipynb uses apps/v1beta1 API.
  • In examples/notebooks, the notebook intro_notebook.ipynb uses apps/v1beta1 API.

Could use an update:

  • The example ingress_create.py uses networking/v1beta1 API. This could be upgraded to networking/v1 API.

/assign

Metadata

Metadata

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions