oneuptime/ci
2021-04-26 16:15:21 +01:00
..
init-script
scripts setup and deploy fyipe-le-store and fyipe-acme-http-01 greenlock modules 2021-04-02 09:04:10 +01:00
spec update smoke test staging 2021-04-26 16:15:21 +01:00
README.md

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