Skip to content

Instantly share code, notes, and snippets.

@arm2arm
Created September 9, 2022 12:52
Show Gist options
  • Save arm2arm/1b05bbfa706fa430fb38208fddd75407 to your computer and use it in GitHub Desktop.
Save arm2arm/1b05bbfa706fa430fb38208fddd75407 to your computer and use it in GitHub Desktop.
reana kind config
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
nodes:
- extraPortMappings:
- containerPort: 30443
hostPort: 30443
protocol: TCP
# START
- containerPort: 30080
hostPort: 30080
protocol: TCP
# END
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-labels: "ingress-ready=true"
role: control-plane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment