Drop initial code
This commit is contained in:
90
deploy/rancher/capi/harvester-addon.yaml
Normal file
90
deploy/rancher/capi/harvester-addon.yaml
Normal file
@@ -0,0 +1,90 @@
|
||||
apiVersion: harvesterhci.io/v1beta1
|
||||
kind: Addon
|
||||
metadata:
|
||||
labels:
|
||||
addon.harvesterhci.io/experimental: 'true'
|
||||
name: temp-vlcuster-fix
|
||||
namespace: temp-vlcuster-fix
|
||||
spec:
|
||||
chart: vcluster
|
||||
enabled: true
|
||||
repo: https://charts.loft.sh
|
||||
valuesContent: |-
|
||||
serviceCIDR: 10.53.0.0/16
|
||||
controlPlane:
|
||||
distro:
|
||||
k3s:
|
||||
resources:
|
||||
limits:
|
||||
memory: 16096Mi
|
||||
cpu: 8000m
|
||||
enabled: true
|
||||
imagePullPolicy: IfNotPresent
|
||||
image:
|
||||
tag: v1.33.4-k3s1
|
||||
repository: rancher/k3s
|
||||
sync:
|
||||
toHost:
|
||||
ingresses:
|
||||
enabled: true
|
||||
experimental:
|
||||
deploy:
|
||||
vcluster:
|
||||
manifests: |-
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cattle-system
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
labels:
|
||||
certmanager.k8s.io/disable-validation: "true"
|
||||
helm:
|
||||
- chart:
|
||||
name: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
version: v1.8.0
|
||||
release:
|
||||
name: cert-manager
|
||||
namespace: cert-manager
|
||||
values: |-
|
||||
installCRDs: true
|
||||
|
||||
- chart:
|
||||
name: rancher
|
||||
repo: https://releases.rancher.com/server-charts/latest
|
||||
version: v2.12.0
|
||||
release:
|
||||
name: rancher
|
||||
namespace: cattle-system
|
||||
values: |-
|
||||
hostname: rancher.product.lan
|
||||
replicas: 1
|
||||
bootstrapPassword: ce6XxaBTv9pHpGln
|
||||
rancherImage: rancher/rancher
|
||||
ingress:
|
||||
tls:
|
||||
source: rancher
|
||||
global:
|
||||
cattle:
|
||||
psp:
|
||||
enabled: "false"
|
||||
extraEnv:
|
||||
- name: CATTLE_AGENT_IMAGE
|
||||
value: rancher/rancher-agent:v2.12.0
|
||||
version: v0.28.0
|
||||
status:
|
||||
conditions:
|
||||
- lastUpdateTime: '2025-10-24T13:24:37Z'
|
||||
status: 'True'
|
||||
type: Completed
|
||||
- lastUpdateTime: '2025-10-24T13:24:37Z'
|
||||
status: 'False'
|
||||
type: InProgress
|
||||
- lastUpdateTime: '2025-10-24T13:23:08Z'
|
||||
status: 'False'
|
||||
type: OperationFailed
|
||||
status: AddonDeploySuccessful
|
||||
Reference in New Issue
Block a user