nestybox / sysbox-pkgr

Sysbox-pkgr repository
5 stars 14 forks source link

sysbox-deploy-k8s.sh thinks EKS clusters are GKE #133

Closed nschimke closed 2 weeks ago

nschimke commented 2 months ago

sysbox-deploy-k8s is applying GKE configuration to my EKS nodes.

Logs from sysbox-deploy-k8s:v0.6.4 on an EKS Ubuntu node:

sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Detected Kubernetes version v1.29
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Adding K8s taint "sysbox-runtime=not-running:NoSchedule" to node ...
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s node/ip-xxxx.us-west-2.compute.internal modified
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Adding K8s label "crio-runtime=installing" to node ...
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s node/ip-xxxx.us-west-2.compute.internal labeled
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Deploying CRI-O installer agent on the host (v1.29) ...
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Running CRI-O installer agent on the host (may take several seconds) ...
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Removing CRI-O installer agent from the host ...
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Configuring CRI-O ...
sysbox-deploy-k8s-vzcxq sysbox-deploy-k8s Configuring CRI-O for GKE
ctalledo commented 2 weeks ago

Just saw you fixed it too via https://github.com/nestybox/sysbox-pkgr/pull/134 ... thanks for that!

ctalledo commented 2 weeks ago

Fixed by @nschimke; the fix will be present in the next Sysbox-CE release (v0.6.5).

Closing.