> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# digitalocean/k8s

DigitalOcean Kubernetes Engine Orb

## Commands

### install

Install `doctl` and `kubectl` if not already installed.

### initialize

Initialize kubeconfig to connect to DigitalOcean Kubernetes Engine

| Parameter | Type | Default | Description |
|---|---|---|---|
| `cluster` | string |  | The Kubernetes cluster name. |
| `digitalocean-access-token` | env_var_name | DIGITALOCEAN_ACCESS_TOKEN | The access token to connect DigitalOcean |

## Jobs

### install_and_initialize_cli

Install doctl and initialize to connect to DigitalOcean


| Parameter | Type | Default | Description |
|---|---|---|---|
| `cluster` | string |  | The Kubernetes cluster name. |
| `digitalocean-access-token` | env_var_name | DIGITALOCEAN_ACCESS_TOKEN | The access token to connect DigitalOcean |
| `executor` | executor | default | Executor to use for this job. Defaults to this orb's default executor.
 |