Skip to content

Commit e87d6f6

Browse files
Revise DigitalOcean Kubernetes setup instructions
Updated DigitalOcean Kubernetes documentation to reflect changes in command syntax and version updates.
1 parent ca74a2f commit e87d6f6

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

opsdocs/docs/cloudproviders/digitalocean/digitalocean.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,9 @@
1313
If you don't have a running kubernetes cluster, run the `doctl` command line with the `kubernetes cluster create` to create your cluster.
1414

1515
```
16-
doctl kubernetes cluster create --node-pool 'auto-scale=true;size=s-4vcpu-8gb;min-nodes=3;max-nodes=5' myabccluster
16+
doctl kubernetes clusters create --size s-4vcpu-8gb myabccluster
1717
```
1818

19-
- `auto-scale`: Enables cluster auto-scaling on the node pool.
20-
- `min-nodes`: 3 nodes min for auto-scaling
21-
- `max-nodes`: 5 nodes max for auto-scaling
22-
- `size`: `s-4vcpu-8gb` gets 4 shared vCPU, 8 GB vRAM, 160 GB Storage
23-
24-
25-
[option] set the region value
26-
- `--region=nyc1`: The default region is `nyc1` [regional availability](https://docs.digitalocean.com/platform/regional-availability/)
27-
28-
2919
After few minutes, you get a kubernetes cluster ready
3020

3121
```
@@ -69,10 +59,10 @@ To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
6959
Download and install the latest release automatically
7060

7161
```
72-
curl -sL https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-4.1.sh | bash
62+
curl -sL https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-4.2.sh | bash
7363
```
7464

75-
To get more details about the install process, please read the [Setup guide](https://www.abcdesktop.io/4.1/setup/kubernetes_abcdesktop/)
65+
To get more details about the install process, please read the [Setup guide](https://www.abcdesktop.io/4.2/setup/kubernetes_abcdesktop/)
7666

7767
## Connect to your abcdesktop service
7868

@@ -98,10 +88,10 @@ After image pulling process, you get your first abcdesktop
9888
Using the previous terminal shell, run the application install script
9989

10090
```
101-
curl -sL https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/pullapps-4.1.sh | bash
91+
curl -sL https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/pullapps-4.2.sh | bash
10292
```
10393

104-
To get more details about the install applications process, please read the [Setup applications guide](https://www.abcdesktop.io/4.1/setup/kubernetes_abcdesktop_applications/)
94+
To get more details about the install applications process, please read the [Setup applications guide](https://www.abcdesktop.io/4.2/setup/kubernetes_abcdesktop_applications/)
10595

10696
Then you just need to reload the web page with the desktop of `Philip J. Fry`
10797
New applications are now listed in the dock of `plasmashell`.

0 commit comments

Comments
 (0)