|
4373 | 4373 | </span> |
4374 | 4374 | </a> |
4375 | 4375 |
|
4376 | | -</li> |
4377 | | - |
4378 | | - <li class="md-nav__item"> |
4379 | | - <a href="#check-your-kubernetes-config-file" class="md-nav__link"> |
4380 | | - <span class="md-ellipsis"> |
4381 | | - Check your kubernetes config file |
4382 | | - </span> |
4383 | | - </a> |
4384 | | - |
4385 | 4376 | </li> |
4386 | 4377 |
|
4387 | 4378 | <li class="md-nav__item"> |
|
5310 | 5301 | </span> |
5311 | 5302 | </a> |
5312 | 5303 |
|
5313 | | -</li> |
5314 | | - |
5315 | | - <li class="md-nav__item"> |
5316 | | - <a href="#check-your-kubernetes-config-file" class="md-nav__link"> |
5317 | | - <span class="md-ellipsis"> |
5318 | | - Check your kubernetes config file |
5319 | | - </span> |
5320 | | - </a> |
5321 | | - |
5322 | 5304 | </li> |
5323 | 5305 |
|
5324 | 5306 | <li class="md-nav__item"> |
@@ -5398,16 +5380,6 @@ <h2 id="create-a-doks-digitalocean-kubernetes-cluster">Create a <code>DOKS</code |
5398 | 5380 | <h2 id="digitalocean-console-overview">DigitalOcean console overview</h2> |
5399 | 5381 | <p>This screenshot describes the DigitalOcean control panel. It shows the <code>Resources</code> of the kubernetes cluster and <code>Nodes</code> informations.</p> |
5400 | 5382 | <p><img alt="digital ocean console overview" src="../img/digitalocean-console.png" /></p> |
5401 | | -<h2 id="check-your-kubernetes-config-file">Check your kubernetes config file</h2> |
5402 | | -<p>Run a <code>kubectl</code> command line like <code>kubectl cluster-info</code> command line to make sure that kubeconfig has been updated by <code>doctl</code> command.</p> |
5403 | | -<div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>cluster-info<span class="w"> </span> |
5404 | | -</code></pre></div> |
5405 | | -<p>The kubectl <code>cluster-info</code> results</p> |
5406 | | -<div class="highlight"><pre><span></span><code>Kubernetes control plane is running at https://83aae84d-cfa9-4a89-ae75-89f0d5078d33.k8s.ondigitalocean.com |
5407 | | -CoreDNS is running at https://83aae84d-cfa9-4a89-ae75-89f0d5078d33.k8s.ondigitalocean.com/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy |
5408 | | - |
5409 | | -To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. |
5410 | | -</code></pre></div> |
5411 | 5383 | <h2 id="run-the-abcdesktop-install-script">Run the abcdesktop install script</h2> |
5412 | 5384 | <p>Download and install the latest release automatically</p> |
5413 | 5385 | <div class="highlight"><pre><span></span><code>curl -sL https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-4.2.sh | bash |
|
0 commit comments