oneuptime/Ci
2022-12-07 07:49:18 +00:00
..
init-script fix deploy jobs 2022-11-04 15:19:04 +01:00
scripts upgrade to v5 2022-11-04 15:20:47 +01:00
spec fix docker-compose 2022-12-07 07:49:18 +00:00
README.md fix 2022-04-10 22:50:28 +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