

Once you navigate from the page, the token can be seen again by selecting Ingest Tokens. Copy the generated token to your clipboard.Enter a name and description and select ADD.On the Axiom UI, Click on settings, select ingest token.Create an ingest token on the Axiom UI, to create an ingest token.Head over to Axiom, Head to Settings → Datasets and create a new dataset for your DKS logs.You can see the different nodes name and status on your terminal by running kubectl get nodes.kubectl config use-context lets you switch to a different one.kubectl config current-contexts tells you which cluster is your active.Run kubectl config get-contexts to see the clusters you set-up.Save your cluster credentials using doctl kubernetes cluster kubeconfig save Ĭonfirm to be sure that your current context is the same as the cluster you created. Get the Kubernetes cluster list by typing doctl kubernetes cluster list on your terminal. Authenticate your DigitalOcean Account to use the doctl CLI by typing doctl auth init in your terminal, then paste the token you generated from the control plane in step 7.

In the Personal access tokens section, click the Generate New Token button. Create a token, Click the API link in the main navigation, which takes you to the Applications & API page on the Tokens/Keys tab.
MONIT DIGITALOCEAN DOWNLOAD

In this tutorial, I will show you how to: dev/vda is the name of the disk, separated by a space, and followed by the number of the partition to resize, 1.DigitalOcean Kubernetes (DOKS) is a managed Kubernetes service that lets you deploy Kubernetes clusters without the complexities of handling the control plane and containerized infrastructure. To resize the partition, use the growpart command.
MONIT DIGITALOCEAN CODE
Number Start (sector) End (sector) Size Code Nameġ 227328 52428766 24.
MONIT DIGITALOCEAN FREE
Total free space is 2014 sectors (1007.0 KiB) Partitions will be aligned on 2048-sector boundaries Main partition table begins at sector 2 and ends at sector 33įirst usable sector is 34, last usable sector is 52428766 The output looks like this: GPT fdisk (gdisk) version 1.0.3įound valid GPT with protective MBR using GPT.ĭisk /dev/vda: 104857600 sectors, 50.0 GiB Use gdisk to get more information: gdisk -l /dev/vda The output will look something like the following: df -hįilesystem Size Used Avail Use% Mounted on Run the following to confirm that the disk has not been resized correctly: df -h Below we’ll follow DigitalOcean’s own guidance and examples from their documentation linked above.
