# Nodes

{% hint style="danger" %}
**WARNING - Kubernetes API Server Customization**

Please contact Platform9 Support prior to changing any API Server, Controller or Scheduler flags. Creating or updating clusters with unknown, incorrect or unsupported flags may result in cluster outages and dataloss.
{% endhint %}

As of Platform9 5.2 PMK is supports customizing Kubernetes API flags at the time of cluster creation. Customizing API flags is an advanced feature that should not be used in production environments without prior consultation with Platform9 Support.

## Reserved API Server Flags

The following are reserved API Server flags

{% tabs %}
{% tab title="Bash" %}

```bash
kube-apiserver"
        - "--allow-privileged=_ "
        - "--anonymous-auth= "
        - "--authentication-token-webhook-cache-ttl=__ "
        - "--authentication-token-webhook-config-file=_ "
        - "--authorization-mode= "
        - "--bind-address= "
        - "--client-ca-file= "
        - "--cloud-provider= "
        - "--etcd-servers= "
        - "--runtime-config=_ "
        - "--secure-port= "
        - "--service-account-issuer= "
        - "--service-account-key-file=/ "
        - "--service-account-signing-key-file=/ "
        - "--service-cluster-ip-range= "
        - "--storage-backend= "
        - "--storage-media-type= "
        - "--tls-cert-file="
        - "--tls-private-key-file= "
        - "--tls-cipher-suites= "
        - "--requestheader-client-ca-file= "
        - "--requestheader-allowed-names= "
        - "--requestheader-extra-headers-prefix= "
        - "--requestheader-group-headers= "
        - "--requestheader-username-headers= "
        - "--proxy-client-cert-file= "
        - "--proxy-client-key-file= "
        - "--kubelet-client-certificate= "
        - "--kubelet-client-key= "
        - "--v= "
        - "--http2-max-streams-per-connection="
```

{% endtab %}
{% endtabs %}

## Reserved Controller Flags

The following are reserved controller flags

{% tabs %}
{% tab title="Bash" %}

```bash
kube-controller-manager"
        - "--cloud-provider= "
        - "--kubeconfig= "
        - "--leader-elect= "
        - "--root-ca-file= "
        - "--service-account-private-key-file= "
        - "--v=_ _"
        - "--horizontal-pod-autoscaler-use-rest-clients= "
        - "--use-service-account-credentials= "
```

{% endtab %}
{% endtabs %}

## Reserved Scheduler Flags

the following are reserved scheduler flags

{% tabs %}
{% tab title="Bash" %}

```bash
kube-scheduler"
        - "--config= "
        - "--leader-elect= "
        - "--v= "
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.7/nodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
