diff --git a/.github/contributors.yaml b/.github/contributors.yaml index 7f7307a3d..b6491bd3d 100644 --- a/.github/contributors.yaml +++ b/.github/contributors.yaml @@ -128,3 +128,6 @@ users: OdysseasKalaitsidis: name: Odysseas Kalaitsidis email: odysseaskalaitsides@gmail.com + saitejagirada: + name: saitejagirada + email: saitejagirada@gmail.com diff --git a/deployment/urunc-deploy/scripts/install.sh b/deployment/urunc-deploy/scripts/install.sh index 92f3b01b4..4ac5d98d7 100644 --- a/deployment/urunc-deploy/scripts/install.sh +++ b/deployment/urunc-deploy/scripts/install.sh @@ -305,7 +305,6 @@ function restart_cri_runtime() { } function reset_runtime() { - kubectl label node "$NODE_NAME" urunc.io/urunc-runtime- restart_cri_runtime "$1" if [ "$1" == "crio" ] || [ "$1" == "containerd" ]; then diff --git a/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/kustomization.yaml b/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/kustomization.yaml index 595eba70a..98deaf60f 100644 --- a/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/kustomization.yaml +++ b/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/kustomization.yaml @@ -15,6 +15,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- ../../base -patches: -- path: mount_k3s_conf.yaml \ No newline at end of file +- ../../base \ No newline at end of file diff --git a/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/mount_k3s_conf.yaml b/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/mount_k3s_conf.yaml deleted file mode 100644 index 46cd7464a..000000000 --- a/deployment/urunc-deploy/urunc-cleanup/overlays/k3s/mount_k3s_conf.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (c) 2023-2026, Nubificus LTD -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -apiVersion: apps/v1 -kind: DaemonSet -metadata: - name: kubelet-urunc-cleanup - namespace: kube-system -spec: - template: - spec: - containers: - - name: kube-urunc-cleanup - volumeMounts: - - name: containerd-conf - mountPath: /etc/containerd/ - volumes: - - name: containerd-conf - hostPath: - path: /var/lib/rancher/k3s/agent/etc/containerd/ \ No newline at end of file