Move kubernetes node labels to k8s repo
This commit is contained in:
parent
ed550eafb1
commit
fd423b8237
4 changed files with 0 additions and 17 deletions
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
machines.atlas = {
|
||||
kubernetesNodeLabels.storageType = "slow";
|
||||
|
||||
nixosModule = {
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
|
|
|
@ -16,14 +16,6 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
Customized configuration for this machine in the form of a NixOS module.
|
||||
'';
|
||||
};
|
||||
|
||||
kubernetesNodeLabels = lib.mkOption {
|
||||
default = null;
|
||||
type = with lib.types; nullOr attrs;
|
||||
description = ''
|
||||
Any labels to add to the Kubernetes node.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
machines.jefke = {
|
||||
kubernetesNodeLabels.storageType = "fast";
|
||||
|
||||
nixosModule = {
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
machines.lewis = {
|
||||
kubernetesNodeLabels = {
|
||||
storageType = "fast";
|
||||
hasMedia = "true";
|
||||
};
|
||||
|
||||
nixosModule = {
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
|
|
Loading…
Reference in a new issue