oneuptime/ci
2021-07-23 20:45:55 +01:00
..
init-script upgrade helm yaml files. 2020-09-05 14:22:19 +09:00
scripts fix cleanup script. 2021-07-08 20:49:38 +01:00
spec setup gitlab ci/cd 2021-07-23 20:45:55 +01:00
README.md Refactor CI scripts. 2020-03-27 18:27:38 +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