-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: switch kubernetes over to public domain
- Loading branch information
Showing
13 changed files
with
125 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
#!/bin/env bash | ||
|
||
kubectl label no/fat-controller.local node-role.kubernetes.io/master=master | ||
kubectl label no/fat-controller.local kubernetes.richtman.au/ephemeral=false | ||
kubectl label no/fat-controller.systems.richtman.au node-role.kubernetes.io/master=master | ||
kubectl label no/fat-controller.systems.richtman.au kubernetes.richtman.au/ephemeral=false | ||
|
||
kubectl label no/mum.local node-role.kubernetes.io/worker=worker | ||
kubectl label no/mum.local kubernetes.richtman.au/ephemeral=false | ||
kubectl label no/mum.systems.richtman.au node-role.kubernetes.io/worker=worker | ||
kubectl label no/mum.systems.richtman.au kubernetes.richtman.au/ephemeral=false | ||
|
||
kubectl label no/patient-zero.local node-role.kubernetes.io/worker=worker | ||
kubectl label no/patient-zero.local kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/dr-singh.local node-role.kubernetes.io/worker=worker | ||
kubectl label no/dr-singh.local kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/smol-bat.local node-role.kubernetes.io/worker=worker | ||
kubectl label no/smol-bat.local kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/tweedledee.local node-role.kubernetes.io/worker=worker | ||
kubectl label no/tweedledee.local kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/tweedledum.local node-role.kubernetes.io/worker=worker | ||
kubectl label no/tweedledum.local kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/patient-zero.systems.richtman.au node-role.kubernetes.io/worker=worker | ||
kubectl label no/patient-zero.systems.richtman.au kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/dr-singh.systems.richtman.au node-role.kubernetes.io/worker=worker | ||
kubectl label no/dr-singh.systems.richtman.au kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/smol-bat.systems.richtman.au node-role.kubernetes.io/worker=worker | ||
kubectl label no/smol-bat.systems.richtman.au kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/tweedledee.systems.richtman.au node-role.kubernetes.io/worker=worker | ||
kubectl label no/tweedledee.systems.richtman.au kubernetes.richtman.au/ephemeral=true | ||
kubectl label no/tweedledum.systems.richtman.au node-role.kubernetes.io/worker=worker | ||
kubectl label no/tweedledum.systems.richtman.au kubernetes.richtman.au/ephemeral=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.