kubernetes-namespace Questions

8

Solved

How do I force delete Namespaces stuck in Terminating? Steps to recreate: Apply this YAML apiVersion: v1 kind: Namespace metadata: name: delete-me spec: finalizers: - foregroundDeletion ...
Lifeblood asked 25/4, 2019 at 15:56

14

It's a simple question, but I could not find a definite answer for it. Question Is it possible to create a namespace only if it doesn't exist. My objective is to create some service accounts withou...
Parnassus asked 28/7, 2020 at 13:32

8

Solved

I'm new AKS, ACR, and DevOps Pipelines and I'm trying to setup a CI/CD pipeline. I have a resource group setup that has both AKS and ACR in it. AKS is using Standard_B2s and only one node at this ...
Kilocycle asked 31/12, 2019 at 19:1

5

Solved

Is there a way to exclude certain namespaces in fluent-bit? I would like to exclude certain namespaces, so that fluent-bit doesn't forward all logs created in those namespaces to ELK. Is there a wa...
Conservatism asked 14/7, 2019 at 13:40

2

In my terraform config files I create a Kubernetes cluster on GKE and when created, set up a Kubernetes provider to access said cluster and perform various actions such as setting up namespaces. T...
Stull asked 10/9, 2019 at 7:6

2

Solved

I know the purpose of other Kubernetes default namespaces such as: kube-system, default & kube-public, but there is no official document about the kube-node-lease. The only official explanatio...
Dowse asked 9/1, 2020 at 8:36

3

Solved

Is there a maximum number of namespaces supported by a Kubernetes cluster? My team is designing a system to run user workloads via K8s and we are considering using one namespace per user to offer l...
Fax asked 10/5, 2019 at 19:5

1

Solved

I have couple of namespaces - assume NS1 and NS2. I have serviceaccounts created in those - sa1 in NS1 and sa2 in NS2. I have created roles and rolebindings for sa1 to do stuff within NS1 and sa2 w...
Protract asked 28/12, 2018 at 15:7

1

I have some burstable pods running in cluster, which I do not want to be killed in case of memory/cpu pressure. Is there any way to increase it's priority or something, so that we do not have to c...
Nassir asked 18/9, 2017 at 7:8
1

© 2022 - 2024 — McMap. All rights reserved.