mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
nixos: correct "Kubernets" -> "Kubernetes"
This commit is contained in:
parent
7c8dd80c30
commit
4105fe0062
@ -73,7 +73,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
description = "Kubernets apiserver listening port.";
|
description = "Kubernetes apiserver listening port.";
|
||||||
default = 8080;
|
default = 8080;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
};
|
};
|
||||||
@ -211,7 +211,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
description = "Kubernets scheduler listening port.";
|
description = "Kubernetes scheduler listening port.";
|
||||||
default = 10251;
|
default = 10251;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
};
|
};
|
||||||
@ -243,7 +243,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
description = "Kubernets controller manager listening port.";
|
description = "Kubernetes controller manager listening port.";
|
||||||
default = 10252;
|
default = 10252;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
};
|
};
|
||||||
@ -299,7 +299,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
description = "Kubernets kubelet info server listening port.";
|
description = "Kubernetes kubelet info server listening port.";
|
||||||
default = 10250;
|
default = 10250;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user