From 46b7e56d136533b763c2acc05619e254e675c45a Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Tue, 20 May 2025 20:08:08 +0330 Subject: [PATCH 1/5] fix version --- vcluster-0.21.1/vcluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcluster-0.21.1/vcluster.yaml b/vcluster-0.21.1/vcluster.yaml index f3c49b4..1684fab 100644 --- a/vcluster-0.21.1/vcluster.yaml +++ b/vcluster-0.21.1/vcluster.yaml @@ -3,7 +3,7 @@ controlPlane: defaultImageRegistry: 192.168.2.43:31898 distro: k8s: - version: v1.31.1 + version: v1.31.6 resources: limits: cpu: 100m From 622a84c1ecf2b850328ceb2b91fc1eabbc0b8d46 Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Wed, 28 May 2025 18:48:05 +0330 Subject: [PATCH 2/5] fix resource --- vcluster-0.21.1/vcluster.yaml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/vcluster-0.21.1/vcluster.yaml b/vcluster-0.21.1/vcluster.yaml index 1684fab..76e5cde 100644 --- a/vcluster-0.21.1/vcluster.yaml +++ b/vcluster-0.21.1/vcluster.yaml @@ -1,13 +1,15 @@ controlPlane: - advanced: - defaultImageRegistry: 192.168.2.43:31898 - distro: - k8s: - version: v1.31.6 - resources: - limits: - cpu: 100m - memory: 256Mi - requests: - cpu: 40m - memory: 64Mi \ No newline at end of file + proxy: + extraSANs: [192.168.2.43,192.168.2.177] + advanced: + defaultImageRegistry: 192.168.2.43:31898 + distro: + k8s: + version: v1.31.6 + resources: + limits: + cpu: 100m + memory: 256Mi + requests: + cpu: 40m + memory: 64Mi \ No newline at end of file From d22b7147a01370d91c16871c8ee4064c790bfd46 Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Wed, 28 May 2025 19:08:29 +0330 Subject: [PATCH 3/5] add server --- vcluster-0.21.1/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcluster-0.21.1/values.yaml b/vcluster-0.21.1/values.yaml index f33ba88..0114371 100644 --- a/vcluster-0.21.1/values.yaml +++ b/vcluster-0.21.1/values.yaml @@ -879,10 +879,10 @@ exportKubeConfig: context: "" # Override the default https://localhost:8443 and specify a custom hostname for the generated kubeconfig. - server: "" + server: "192.168.2.43" # If tls should get skipped for the server - insecure: false + insecure: true # ServiceAccount can be used to generate a service account token instead of the default certificates. serviceAccount: From 221831d827c66214d0e6c22fe8ae9050be473beb Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Wed, 28 May 2025 19:08:41 +0330 Subject: [PATCH 4/5] add server --- vcluster-0.21.1/vcluster.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcluster-0.21.1/vcluster.yaml b/vcluster-0.21.1/vcluster.yaml index 76e5cde..1947236 100644 --- a/vcluster-0.21.1/vcluster.yaml +++ b/vcluster-0.21.1/vcluster.yaml @@ -1,6 +1,4 @@ controlPlane: - proxy: - extraSANs: [192.168.2.43,192.168.2.177] advanced: defaultImageRegistry: 192.168.2.43:31898 distro: From 82ad4e3c91d698bcbd22c5d2e12de28fb3d5f14f Mon Sep 17 00:00:00 2001 From: Ybehrooz Date: Wed, 28 May 2025 19:34:08 +0330 Subject: [PATCH 5/5] add server --- vcluster-0.21.1/vcluster.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcluster-0.21.1/vcluster.yaml b/vcluster-0.21.1/vcluster.yaml index 1947236..ad256b6 100644 --- a/vcluster-0.21.1/vcluster.yaml +++ b/vcluster-0.21.1/vcluster.yaml @@ -1,4 +1,9 @@ controlPlane: + proxy: + extraSANs: + - 192.168.2.43 + - 192.168.2.177 + - 0.0.0.0 advanced: defaultImageRegistry: 192.168.2.43:31898 distro: