mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 20:07:06 +00:00
Introduce hosted control plane mode for k3k virtual clusters, including API types, controller logic, server endpoint handling, CLI flags, CRD updates, kubeconfig generation, and examples. Co-Authored-By: RuFlo <ruv@ruv.net>
11 lines
152 B
YAML
11 lines
152 B
YAML
apiVersion: k3k.io/v1beta1
|
|
kind: Cluster
|
|
metadata:
|
|
name: hcp-server
|
|
spec:
|
|
mode: hcp
|
|
servers: 1
|
|
version: v1.33.1-k3s1
|
|
expose:
|
|
nodePort: {}
|