diff --git a/.github/contributors.yaml b/.github/contributors.yaml index 19e35c4af..ba2f8de83 100644 --- a/.github/contributors.yaml +++ b/.github/contributors.yaml @@ -131,15 +131,6 @@ users: OdysseasKalaitsidis: name: Odysseas Kalaitsidis email: odysseaskalaitsides@gmail.com - magic-peach: - name: Akanksha Trehun - email: akankshatrehun@gmail.com - aman21-droid: - name: aman21-droid - email: amanarora.smn@gmail.com - singhshresth26: - name: Shresth Singh - email: shresthengineer@gmail.com - r0binak: - name: Sergey Kanibor - email: r081n4k@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 2526e4c71..2cecf2309 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