43
loading...
This website collects cookies to deliver better user experience
formatVersion: 1
inputs:
ns-name:
type: string
title: Enter Supervisor Name
description: Enter Supervisor Name
resources:
Cloud_SV_Namespace_1:
type: Cloud.SV.Namespace
properties:
name: ${input.ns-name}
contraints:
- tags: 'vwt:supc1'
For this pipeline, we will be using my[K8s-ci container image](https://hub.docker.com/r/saintdle/k8s-ci) which is hosted in DockerHub. If your Docker host does not have internet access, then pull the image and host centrally via an image registry, or locally on the docker host.
Alternatively, you can build your own image, you will need installed:
- Python3 with the relevant modules used in the custom integration code
- kubectl
- yq
My container was built upon one provided by Chris McClanahan. Click [here](https://github.com/mcclanc/CodeStream-K8s-Blog/blob/master/DockerFile/Dockerfile) to get the Dockerfile/code to build the container. You can find the original container on DockerHub [here](https://hub.docker.com/repository/docker/vmwarecmbu/k8s-ci-container).