Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ users:
OdysseasKalaitsidis:
name: Odysseas Kalaitsidis
email: odysseaskalaitsides@gmail.com
saitejagirada:
name: saitejagirada
email: saitejagirada@gmail.com
1 change: 0 additions & 1 deletion deployment/urunc-deploy/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
patches:
- path: mount_k3s_conf.yaml
- ../../base

This file was deleted.