Deployments out of beta - use apps/v1 API instead of extensions/v1beta1
See original GitHub issueDescription
Beta deployments are now depreciated and project can be updated to use apps/v1
API instead of extensions/v1beta1
.
Also if you’re looking at deployments, can you take a look at https://github.com/fabric8io/fabric8-maven-plugin/issues/742?
Info
- f-m-p version : 3.5.41
- Maven version (
mvn -v
) :
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T19:33:14+01:00)
Maven home: /home/kprzerwa/rapid7/tools/apache-maven-3.5.4
Java version: 1.8.0_162, vendor: Azul Systems, Inc., runtime: /home/kprzerwa/rapid7/tools/jdk/jdk1.8.0_162/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-32-generic", arch: "amd64", family: "unix"
- If it’s a feature request, what is your use case :
- create deployment using
apps/v1
API - see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
- create deployment using
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Deprecated APIs Removed In 1.16: Here's What You Need To ...
Deployment in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API versions is no longer served. Migrate to use the apps/v1 API ...
Read more >Kubernetes 1.16 API deprecations and changed defaults
The solution is theoretically easy: just use for example version: apps/v1 instead of version: extensions/v1beta1. However, there is one side ...
Read more >Which Kubernetes apiVersion Should I Use? - Matthew Palmer
When these objects move out of beta, expect them to be in a specific API group like apps/v1 . Using extensions/v1beta1 is becoming...
Read more >CI/CD with Kubernetes 1.16: Production job fails, possibly due ...
If so, how can I adapt the deployment script to use the apps/v1 scope? Gitlab CICD timed out in Digital Ocean Kubernetes.
Read more >Kubernetes Solved: Easily Find Deprecated API Versions with ...
The Kubernetes API versioning scheme is great for developers. ... yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh noes! Please dont close this 😿
oh, okay