oneuptime/kubernetes
2020-03-26 22:39:33 +01:00
..
ci Merge branch 'master' into helm-chart 2020-03-24 19:45:50 +01:00
credentials Lint projects 2020-02-27 14:15:46 +03:00
init-script Lint projects 2020-02-27 14:15:46 +03:00
production.yaml Merge branch 'master' into helm-chart 2020-03-21 15:02:38 +01:00
README.md Lint projects 2020-02-27 14:15:46 +03:00
staging.yaml Merge branch 'master' into helm-chart 2020-03-21 15:02:38 +01:00
test.yaml Merge branch 'master' into helm-chart 2020-03-21 15:02:38 +01:00
values-saas-production.yaml Update helm chart file. 2020-03-26 22:39:33 +01:00
values-saas-staging.yaml Update helm chart file. 2020-03-26 22:39:33 +01:00

Setup Production Server

Run the production.yml file.

run the file specific to the project with their specific names. kubectl create -f production.yml

Known Issues

Issue 1

Sometimes you'll see this error

$ kubectl create -f staging.yaml
error: SchemaError(io.k8s.api.apps.v1beta2.DeploymentCondition): invalid object doesn't have additional properties

Solution:

Run the kubectl command with validate false

$ kubectl create -f staging.yaml --validate=false