404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.58.146.48: ~ $
**To update cluster endpoint access**

This example command updates a cluster to disable endpoint public access and enable private endpoint access.

Command::

  aws eks update-cluster-config --name example \
  --resources-vpc-config endpointPublicAccess=false,endpointPrivateAccess=true

Output::

  {
      "update": {
          "id": "ec883c93-2e9e-407c-a22f-8f6fa6e67d4f",
          "status": "InProgress",
          "type": "EndpointAccessUpdate",
          "params": [
              {
                  "type": "EndpointPublicAccess",
                  "value": "false"
              },
              {
                  "type": "EndpointPrivateAccess",
                  "value": "true"
              }
          ],
          "createdAt": 1565806986.506,
          "errors": []
      }
  }

**To enable logging for a cluster**

This example command enables all cluster control plane logging types for a cluster named ``example``.

Command::

  aws eks update-cluster-config --name example \
  --logging '{"clusterLogging":[{"types":["api","audit","authenticator","controllerManager","scheduler"],"enabled":true}]}'

Output::

  {
      "update": {
          "id": "7551c64b-1d27-4b1e-9f8e-c45f056eb6fd",
          "status": "InProgress",
          "type": "LoggingUpdate",
          "params": [
              {
                  "type": "ClusterLogging",
                  "value": "{\"clusterLogging\":[{\"types\":[\"api\",\"audit\",\"authenticator\",\"controllerManager\",\"scheduler\"],\"enabled\":true}]}"
              }
          ],
          "createdAt": 1565807210.37,
          "errors": []
      }
  }

Filemanager

Name Type Size Permission Actions
update-kubeconfig Folder 0755
create-cluster.rst File 3.26 KB 0644
delete-cluster.rst File 154 B 0644
describe-cluster.rst File 2.34 KB 0644
describe-update.rst File 753 B 0644
get-token.rst File 435 B 0644
list-clusters.rst File 250 B 0644
list-updates.rst File 289 B 0644
update-cluster-config.rst File 1.58 KB 0644
update-cluster-version.rst File 700 B 0644
update-kubeconfig.rst File 311 B 0644
wait.rst File 354 B 0644