Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Hard-code API details / what versions of Kubernetes to point to #434

Closed
cdrage opened this issue Nov 7, 2017 · 1 comment
Closed

Hard-code API details / what versions of Kubernetes to point to #434

cdrage opened this issue Nov 7, 2017 · 1 comment

Comments

@cdrage
Copy link
Collaborator

cdrage commented Nov 7, 2017

For example:

kedge --kubernetes-version 1.7

Will output a "deployment" file based on v1, however, previous versions (ex. 1.4 Kubernetes) will deploy as kind: extensions/v1beta1.

Hard-coding the file will help companies / users deploy to Kubernetes efficient by:

 kedge generate --kubernetes-version 1.7 -f gitlab.yaml -f redis.yaml -f postgres.yaml | kubectl create -f - 
@concaf
Copy link
Collaborator

concaf commented Nov 8, 2017

Duplicate of #141

@concaf concaf marked this as a duplicate of #141 Nov 8, 2017
@concaf concaf closed this as completed Nov 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants