docs
docs copied to clipboard
Linode guides and tutorials.
- created a new guide about installing Dgraph on Ubuntu with Docker compose.
LKE has an upcoming feature for adding custom labels and taints to a node pool. This PR adds a section to the LKE API management guide for the feature since...
This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...
This file is not used in the current search UI See https://github.com/linode/linode-docs-theme/issues/169
How to configure nginx, how to configure postfix, find files in linux, linux users and groups, installing plex on ubuntu, and using fail2ban. Saw some extra files in my commit...
Should be the last of these 6 - I didn't see any errors on conflicts this time around, let me know if these all look good!
Preview here: https://deploy-preview-6931--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/test-svgs/
i am trying to expose a service only via vpn so i want to give the ingress gateway a internal private ip instead not a public ip. So only people...
Based on comment sin DisQus: ``` the commands does not work... $ helm repo add stable https://charts.helm.sh/stable $ helm install ke-monitor stable/kube-prometheus-stack -f ~/lke-monitor/values.yaml --namespace monitoring --set grafana.adminPassword=$GRAFANA_ADMINPASSWORD --set prometheusOperator.createCustomResource=false...