82 lines
2.4 KiB
YAML
82 lines
2.4 KiB
YAML
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: KubernetesApply
|
|
metadata:
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
name: kubernetes-apply
|
|
config:
|
|
waitOptions:
|
|
timeout: 2000
|
|
pruneOptions:
|
|
prune: false
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Clusterctl
|
|
metadata:
|
|
name: clusterctl_move
|
|
move-options: {}
|
|
action: move
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Clusterctl
|
|
metadata:
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
name: clusterctl_init
|
|
init-options:
|
|
core-provider: "cluster-api:v0.3.7"
|
|
bootstrap-providers:
|
|
- "kubeadm:v0.3.7"
|
|
infrastructure-providers:
|
|
- "metal3:v0.3.2"
|
|
control-plane-providers:
|
|
- "kubeadm:v0.3.7"
|
|
action: init
|
|
providers:
|
|
- name: "metal3"
|
|
type: "InfrastructureProvider"
|
|
variable-substitution: true
|
|
versions:
|
|
v0.3.2: manifests/function/capm3/v0.3.2
|
|
- name: "kubeadm"
|
|
type: "BootstrapProvider"
|
|
variable-substitution: true
|
|
versions:
|
|
v0.3.7: manifests/function/cabpk/v0.3.7
|
|
- name: "cluster-api"
|
|
type: "CoreProvider"
|
|
variable-substitution: true
|
|
versions:
|
|
v0.3.7: manifests/function/capi/v0.3.7
|
|
- name: "kubeadm"
|
|
type: "ControlPlaneProvider"
|
|
variable-substitution: true
|
|
versions:
|
|
v0.3.7: manifests/function/cacpk/v0.3.7
|
|
# These default images can be overridden via the `replacements/` entrypoint
|
|
additional-vars:
|
|
CONTAINER_CAPM3_MANAGER: quay.io/metal3-io/cluster-api-provider-metal3:v0.3.2
|
|
CONTAINER_CACPK_MANAGER: us.gcr.io/k8s-artifacts-prod/cluster-api/kubeadm-control-plane-controller:v0.3.7
|
|
CONTAINER_CABPK_MANAGER: us.gcr.io/k8s-artifacts-prod/cluster-api/kubeadm-bootstrap-controller:v0.3.7
|
|
CONTAINER_CAPI_MANAGER: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.3.7
|
|
CONTAINER_CAPM3_AUTH_PROXY: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
|
|
CONTAINER_CACPK_AUTH_PROXY: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.1
|
|
CONTAINER_CABPK_AUTH_PROXY: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.1
|
|
CONTAINER_CAPI_AUTH_PROXY: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.1
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: ImageConfiguration
|
|
metadata:
|
|
name: isogen
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
builder:
|
|
networkConfigFileName: network-config
|
|
outputMetadataFileName: output-metadata.yaml
|
|
userDataFileName: user-data
|
|
container:
|
|
containerRuntime: docker
|
|
image: quay.io/airshipit/isogen:latest-ubuntu_focal
|
|
volume: /srv/iso:/config
|