about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-16 06:06:19 +0000
committerGitHub <noreply@github.com>2022-10-16 06:06:19 +0000
commite648107a22cc112db6c10cdda4e53b402d47c609 (patch)
tree96b4e05ccbc9cc545868e66ac11d373085e0b2e8 /nixos/doc/manual/configuration
parente9c5a28d2f02a4fd1e8862db1a73dca8f5e44d95 (diff)
parent3f5416e81a456d243a44c0651873ed247d51f5b2 (diff)
downloadnixlib-e648107a22cc112db6c10cdda4e53b402d47c609.tar
nixlib-e648107a22cc112db6c10cdda4e53b402d47c609.tar.gz
nixlib-e648107a22cc112db6c10cdda4e53b402d47c609.tar.bz2
nixlib-e648107a22cc112db6c10cdda4e53b402d47c609.tar.lz
nixlib-e648107a22cc112db6c10cdda4e53b402d47c609.tar.xz
nixlib-e648107a22cc112db6c10cdda4e53b402d47c609.tar.zst
nixlib-e648107a22cc112db6c10cdda4e53b402d47c609.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/configuration')
-rw-r--r--nixos/doc/manual/configuration/kubernetes.chapter.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/doc/manual/configuration/kubernetes.chapter.md b/nixos/doc/manual/configuration/kubernetes.chapter.md
index 93787577be9b..5d7b083289d9 100644
--- a/nixos/doc/manual/configuration/kubernetes.chapter.md
+++ b/nixos/doc/manual/configuration/kubernetes.chapter.md
@@ -43,14 +43,6 @@ Note: Assigning either role will also default both
 and [](#opt-services.kubernetes.easyCerts)
 to true. This sets up flannel as CNI and activates automatic PKI bootstrapping.
 
-As of kubernetes 1.10.X it has been deprecated to open non-tls-enabled
-ports on kubernetes components. Thus, from NixOS 19.03 all plain HTTP
-ports have been disabled by default. While opening insecure ports is
-still possible, it is recommended not to bind these to other interfaces
-than loopback. To re-enable the insecure port on the apiserver, see options:
-[](#opt-services.kubernetes.apiserver.insecurePort) and
-[](#opt-services.kubernetes.apiserver.insecureBindAddress)
-
 ::: {.note}
 As of NixOS 19.03, it is mandatory to configure:
 [](#opt-services.kubernetes.masterAddress).