-
[Vultr API - Create NodePools](https://www.vultr.com/api/#tag/kubernetes/operation/create-nodepools)
> `labels` (`object`): Map of key/value pairs defining labels to automatically apply to all nodes …
-
# VKE(Vultr Kubernetes Engine) 사용하기 (1) - 비용과 클러스터 생성
쿠버네티스에 흥미가 생겨 공부하고, 이를 기반으로 업무를 한지 벌써 3년이 되어갑니다.
[https://www.gomgomshrimp.com/posts/vke/vke-construction-1](https://www.gomgomshrimp.com/posts/…
-
### What happened?
This appears to be a regression between `2.20.1` and `2.21.1`.
It previously worked to set a config key `vultr:apiKey`, including as a secret, to set the vultr configuration. But …
-
# Problem statement
One of the perks of terraform is the ability to recreate identical environments, as everything is defined in code.
As part of this, I would expect that if I apply terraform one d…
-
Hi,
**Describe the bug**
If I create a vke cluster like:
```terraform
resource "vultr_kubernetes" "k8" {
region = "ewr"
label = "vke-test"
version = "v1.28.2+1"
node_poo…
-
**Is your feature request related to a problem? Please describe.**
I would like to attach a managed db to my k8s cluster. But to do that, I need to know the VPC-ID created to house it. As it stands…
-
**Is your feature request related to a problem? Please describe.**
Yes. VKE pool nodes deployed are not able to have firewall configuration bound to them as part of the terraform deploy process.
…
-
**Describe the bug**
Sometimes, when a vultr k8s cluster gets deleted - either manually or when applying a destructive terraform update, the terraform provider does not properly register the deletion…
-
### Describe the bug
I'm trying to test deploy Nebari on local (run on Kubernetes - profile docker-desktop). The keycloak stopped due to time out after 5ms.
```
[terraform]: ╷
[terraform]: │ Er…
-
**Describe the bug**
Using rook.io, the rook pods `rook-ceph-osd-prepare-` fails to setup a PersistentVolumeClaim.
"describe pod" finally reports the event (warning) "MapVolume.SetUpDevice failed …