diff --git a/content/en/docs/reference/command-line-tools-reference/kube-scheduler.md b/content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
index fc52d55775..0b6b79f413 100644
--- a/content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
+++ b/content/en/docs/reference/command-line-tools-reference/kube-scheduler.md
@@ -36,6 +36,12 @@ kube-scheduler [flags]
| DEPRECATED: the IP address on which to listen for the --port port (set to 0.0.0.0 for all IPv4 interfaces and :: for all IPv6 interfaces). See --bind-address instead. |
+
+ | --bind-address string Default: "0.0.0.0" |
+
+
+ | The IP address on which to listen for the --secure-port port. The associated interface(s) must be reachable by the rest of the cluster, and by CLI/web clients. If blank, all interfaces will be used (0.0.0.0 for all IPv4 interfaces and :: for all IPv6 interfaces). |
+
| --algorithm-provider string |
@@ -198,6 +204,13 @@ kube-scheduler [flags]
| DEPRECATED: the port on which to serve HTTP insecurely without authentication and authorization. If 0, don't serve HTTPS at all. See --secure-port instead. |
+
+ | --secure-port int Default: 10259 |
+
+
+ | The port on which to serve HTTPS with authentication and authorization. If 0, don't serve HTTPS at all. |
+
+
| --profiling |