Skip to content

Commit 9c7361c

Browse files
Deploying to gh-pages from @ 75c5f64 🚀
1 parent 6354ebb commit 9c7361c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

cloudproviders/digitalocean/digitalocean/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3986,6 +3986,15 @@
39863986
</label>
39873987
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
39883988

3989+
<li class="md-nav__item">
3990+
<a href="#digitalocean" class="md-nav__link">
3991+
<span class="md-ellipsis">
3992+
DigitalOcean
3993+
</span>
3994+
</a>
3995+
3996+
</li>
3997+
39893998
<li class="md-nav__item">
39903999
<a href="#requirements" class="md-nav__link">
39914000
<span class="md-ellipsis">
@@ -4755,6 +4764,15 @@
47554764
</label>
47564765
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
47574766

4767+
<li class="md-nav__item">
4768+
<a href="#digitalocean" class="md-nav__link">
4769+
<span class="md-ellipsis">
4770+
DigitalOcean
4771+
</span>
4772+
</a>
4773+
4774+
</li>
4775+
47584776
<li class="md-nav__item">
47594777
<a href="#requirements" class="md-nav__link">
47604778
<span class="md-ellipsis">
@@ -4843,11 +4861,14 @@
48434861

48444862

48454863
<h1 id="deploy-abcdesktop-on-digitalocean-with-kubernetes">Deploy abcdesktop on DigitalOcean with Kubernetes</h1>
4864+
<h2 id="digitalocean">DigitalOcean</h2>
4865+
<p>DigitalOcean is a powerful and production-ready, cloud platform. <a href="https://m.do.co/c/609a26849792">Sign up and get a $200, 60-day credit to try our products</a> </p>
48464866
<h2 id="requirements">Requirements</h2>
48474867
<ul>
48484868
<li>doctl command line interface <a href="https://docs.digitalocean.com/reference/doctl/how-to/install/">doctl cli</a></li>
48494869
<li>If you <code>doctl</code> command line for your first time, run <code>doctl auth</code> command line for use with your DigitalOcean account using tokens that you generate in the control panel at <a href="https://cloud.digitalocean.com/account/api/tokens">https://cloud.digitalocean.com/account/api/tokens</a>.</li>
48504870
</ul>
4871+
<p>You can try </p>
48514872
<h2 id="create-a-kubernetes-cluster">Create a kubernetes cluster</h2>
48524873
<p>If you don't have a running kubernetes cluster, run the <code>doctl</code> command line with the <code>kubernetes cluster create</code> </p>
48534874
<pre><code>doctl kubernetes cluster create --node-pool 'auto-scale=true;size=s-4vcpu-8gb;min-nodes=3;max-nodes=5' myabccluster

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)