Explore >> Select a destination


You are here

stephennimmo.com
| | blog.wyrihaximus.net
9.2 parsecs away

Travel
| |
| | hypernephelist.com
14.0 parsecs away

Travel
| | This article describes the steps to deploy the SUSE Cloud Application Platform (CAP) on Azure Kubernetes Service (AKS). SUSE Cloud Application Platform is a ...
| | blog.nuculabs.de
9.9 parsecs away

Travel
| | Hello everyone, This is a short guide on how to change Microk8s' default storage path for the hostpath addon. First, ensure the addon is enabled: 1 microk8s enable hostpath-storage Then create a new directory in which you want to store volumes created in the Microk8s instance. 1 mkdir -p /var/microk8s-volumes Then create and apply the storage class yaml file: 1 2 3 4 5 6 7 8 9 kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: custom-storageclass provisioner: microk8s.io/hostpath reclaimPolicy: Retain parameters: pvDir: /var/microk8s-volumes volumeBindingMode: WaitForFirstConsumer To change the default storage class for Microk8s you need to run these commands:
| | sklar.rocks
60.9 parsecs away

Travel
| A tutorial that demonstrates how to set up a QuestDB monitoring stack using common Cloud Native tools