Skip to content

Commit

Permalink
scripts: Add rancher lpp to gitlab runner setup script
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Jun 26, 2024
1 parent b488be0 commit f72fc7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/gitlab/runners/start_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ minikube addons enable registry
# Apply RBAC to allow the default service account admin privileges
kubectl apply -f minikube_rbac.yaml

# Install local path provisioner to allow dynamic local storage for state (used by k8s operator tests)
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.28/deploy/local-path-storage.yaml

# Apply modified coredns config to allow for faster DNS updates
# Useful for tests where we create and destroy new services rapidly
kubectl replace -f coredns_config.yaml
Expand Down

0 comments on commit f72fc7d

Please sign in to comment.