Skip to content

Commit

Permalink
Merge pull request #110 from jcpunk/node-port
Browse files Browse the repository at this point in the history
Tag worker as worker role
  • Loading branch information
jcpunk authored Oct 31, 2023
2 parents 807e151 + 6cd09ce commit 6aae9a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .makefile/kind-config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ ${MY_KIND_CLUSTER_CONFIG}: remove-kind-config get-kube-daq
@echo " extraMounts:" >> ${MY_KIND_CLUSTER_CONFIG}
@echo " - hostPath: ${MY_PERSISTENT_STORAGE}" >> ${MY_KIND_CLUSTER_CONFIG}
@echo " containerPath: /var/local-path-provisioner" >> ${MY_KIND_CLUSTER_CONFIG}
@echo " labels:" >> ${MY_KIND_CLUSTER_CONFIG}
@echo " node-role.kubernetes.io/worker: worker" >> ${MY_KIND_CLUSTER_CONFIG}

0 comments on commit 6aae9a6

Please sign in to comment.