
smartdatalab/public/ci-cd-components/kubernetes
Kubernetes
6.5.0
Forked from https://gitlab.com/to-be-continuous/kubernetes at 20240604.
Find usage examples at: https://git.code.tecnalia.com/smartdatalab/libraries/ci-cd-samples
gitlab-ci-k8s
include:
- component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s@6.5.0
Name | Mandatory | Type | Description | Default |
---|---|---|---|---|
url | false | string | Global Kubernetes API url (only define if using exploded kubeconfig parameters) | |
prod-url | false | string | Kubernetes API url for production env (only define if using exploded kubeconfig parameters and if different from global) | |
integ-url | false | string | Kubernetes API url for integration env (only define if using exploded kubeconfig parameters and if different from global) | |
prod-space | false | string | Kubernetes namespace for production env | |
review-url | false | string | Kubernetes API url for review env (only define if using exploded kubeconfig parameters and if different from global) | |
integ-space | false | string | Kubernetes namespace for integration env | |
scripts-dir | false | string | directory where Kubernetes scripts (templates, hook scripts) are located | . |
staging-url | false | string | Kubernetes API url for staging env (only define if using exploded kubeconfig parameters and if different from global) | |
review-space | false | string | Kubernetes namespace for review env | |
base-app-name | false | string | Base application name | $CI_PROJECT_NAME |
kubectl-image | false | string | The Docker image used to run Kubernetes `kubectl` commands - **set the version required by your Kubernetes server** | registry.hub.docker.com/bitnami/kubectl:latest |
prod-app-name | false | string | The application name for production env (only define to override default) | |
staging-space | false | string | Kubernetes namespace for staging env | |
integ-app-name | false | string | The application name for integration env (only define to override default) | |
kustomize-args | false | string | Additional [`kubectl kustomize` options](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#kustomize) _For example: `--enable-helm`_ | |
score-disabled | false | boolean | Disable kube-score | false |
environment-url | false | string | The default environments url _(only define for static environment URLs declaration)_ _supports late variable expansion (ex: `https://%{environment_name}.k8s.acme.com`)_ | |
review-app-name | false | string | The application name for review env (only define to override default) | |
kube-score-image | false | string | Docker image to run [kube-score](https://github.com/zegl/kube-score) | registry.hub.docker.com/zegl/kube-score:latest |
score-extra-opts | false | string | Additional [kube-score options](https://github.com/zegl/kube-score#configuration) | |
staging-app-name | false | string | The application name for staging env (only define to override default) | |
k8s-prod-job-tags | false | array | tags to filter applicable runners for k8s-production job | [] |
kustomize-enabled | false | boolean | Set to `true` to enable [Kustomize](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/) | false |
k8s-integ-job-tags | false | array | tags to filter applicable runners for k8s-integration job | [] |
k8s-score-job-tags | false | array | tags to filter applicable runners for k8s-score job | [] |
k8s-review-job-tags | false | array | tags to filter applicable runners for k8s-review job | [] |
k8s-staging-job-tags | false | array | tags to filter applicable runners for k8s-staging job | [] |
prod-deploy-strategy | false | string | Defines the deployment to production strategy. | manual |
prod-environment-url | false | string | The production environment url _(only define for static environment URLs declaration and if different from default)_ | |
integ-environment-url | false | string | The integration environment url _(only define for static environment URLs declaration and if different from default)_ | |
review-environment-url | false | string | The review environments url _(only define for static environment URLs declaration and if different from default)_ | |
staging-environment-url | false | string | The staging environment url _(only define for static environment URLs declaration and if different from default)_ | |
create-namespace-enabled | false | boolean | Creates the namespace, if it doesn't exist | false |
review-autostop-duration | false | string | The amount of time before GitLab will automatically stop `review` environments | 4 hours |
k8s-cleanup-review-job-tags | false | array | tags to filter applicable runners for k8s-cleanup-review job | [] |
gitlab-ci-k8s-vault
include:
- component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s-vault@6.5.0
gitlab-ci-k8s-gcp
include:
- component: $CI_SERVER_FQDN/smartdatalab/public/ci-cd-components/kubernetes/gitlab-ci-k8s-gcp@6.5.0
Name | Mandatory | Type | Description | Default |
---|---|---|---|---|
gcp-oidc-aud | false | string | The `aud` claim for the JWT token | $CI_SERVER_URL |
kubectl-image | false | string | The Docker image used to run Kubernetes `kubectl` commands on [GKE](https://cloud.google.com/kubernetes-engine/docs) | gcr.io/google.com/cloudsdktool/cloud-sdk:latest |
gcp-oidc-account | false | string | Default Service Account to which impersonate with OpenID Connect authentication | |
gcp-oidc-provider | false | string | Default Workload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) | |
gcp-prod-oidc-account | false | string | Service Account to which impersonate with OpenID Connect authentication on `production` environment | |
gcp-integ-oidc-account | false | string | Service Account to which impersonate with OpenID Connect authentication on `integration` environment | |
gcp-prod-oidc-provider | false | string | Workload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `production` environment | |
gcp-integ-oidc-provider | false | string | Workload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `integration` environment | |
gcp-review-oidc-account | false | string | Service Account to which impersonate with OpenID Connect authentication on `review` environment | |
gcp-review-oidc-provider | false | string | Workload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `review` environment | |
gcp-staging-oidc-account | false | string | Service Account to which impersonate with OpenID Connect authentication on `staging` environment | |
gcp-staging-oidc-provider | false | string | Workload Identity Provider associated with GitLab to [authenticate with OpenID Connect](https://docs.gitlab.com/ee/ci/cloud_services/google_cloud/) on `staging` environment |