Skip to content

Commit

Permalink
fixes regression in k3s provisioning after #62
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Oct 16, 2024
1 parent 70d56da commit b96af87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/y-cluster-provision-k3s-multipass
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for base in \
KUBECONFIG="$KUBECONFIG.tmp" kubectl --context=$CONTEXTNAME apply -k $basepath
done

KUBECONFIG="$KUBECONFIG.tmp" kubectl --context=$CONTEXTNAME -n ystack apply -k $YSTACK_HOME/registry/node-update-hosts/
KUBECONFIG="$KUBECONFIG.tmp" kubectl --context=$CONTEXTNAME -n ystack apply -k $YSTACK_HOME/registry/containerd-config/

y-kubeconfig-import "$KUBECONFIG.tmp"

Expand Down
2 changes: 1 addition & 1 deletion k3s/22-node-update-hosts/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Kustomization
namespace: ystack

resources:
- ../../registry/node-update-hosts
- ../../registry/containerd-config

0 comments on commit b96af87

Please sign in to comment.