Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
64 views

I have a single node with microk8s running. And the DNS plugin is defenitly enabled. But still pods cannot communitcate via the services, direct access via pod IP is working. I read in kubernetes ...
Ruik's user avatar
  • 1,401
0 votes
1 answer
805 views

I am trying to see if there are other ways to run patches with multiple paths with the same value. This is an example of my Kustomization where I am replacing it with the same value. Is there a way to ...
1 vote
1 answer
358 views

I have a azure devops pipeline to deploy my helm chart to Kubernetes cluster. In helm upgrade command I have specified --post-renderer which runs a script This script runs command kubectl kustomize ./ ...
1 vote
1 answer
163 views

I have a file which i read using yq and I have to use the config in a kustomization template as yaml format. So, the way I am reading the config from a file is below: istio_ns_scoping_labels=$(yq -r '....
0 votes
2 answers
224 views

I'm trying to "templatize" the K8s manifests I currently use to generate my Google managed certificates on GKE. When I run kustomize build it runs successfully, but regardless of what ...
0 votes
1 answer
92 views

We have an app described by a Kustomize project, deployed on Openshift by ArgoCD. The Namespace where the app is deployed is defined by ArgoCD (unknown in the Kustomize base & overlays). Whithin ...
1 vote
2 answers
731 views

How to make kustomize run a patch after namespace transformation was done? Example, to reproduce: extensionconfig.yaml apiVersion: runtime.cluster.x-k8s.io/v1alpha1 kind: ExtensionConfig metadata: ...
guettli's user avatar
  • 27.8k
0 votes
1 answer
711 views

Kustomize thinks that runtime.cluster.x-k8s.io/v1alpha1 ExtensionConfig is namespaced. But it is not. How to make kustomize not add namespace: ... to metadata of these resources? Example, to reproduce:...
guettli's user avatar
  • 27.8k
2 votes
0 answers
43 views

I have a kustomize patch which looks like this: apiVersion: apps/v1 kind: Deployment metadata: name: foo namespace: foo-system spec: template: spec: containers: - name: backend ...
guettli's user avatar
  • 27.8k
-1 votes
1 answer
57 views

I have to deploy app in kubernetes cluster, There are different environment like dev , stg , prod. Each environment has different configmap. So using kustomize to create manifest files from the base ...
0 votes
0 answers
95 views

I'm new to K8s, gitops and kustomize. Our gitops folder structure has "base" folder which contains base configuration files and also "envs" folder in which we keep kustomization....
1 vote
1 answer
337 views

A case in point - kube-blocks crds. We are supposed to install them directly from https://github.com/apecloud/kubeblocks/releases/download/v0.9.0/kubeblocks_crds.yaml. If I do not want to download ...
mark's user avatar
  • 63.7k
0 votes
1 answer
165 views

My base template is the following apiVersion: keda.sh/v1alpha1 kind: TriggerAuthentication metadata: name: azure-queue-auth spec: podIdentity: provider: azure | azure-workload --- apiVersion: ...
0 votes
0 answers
177 views

So, I'm trying to teach myself kubernetes by example, and I've found a scenario I can't seem to find a good solution to. The general scenario is a container requires a config to have a path like /...
0 votes
1 answer
379 views

I have rather unusual issue with Kustomize and/or git. I'm using kustomize with openshift and have following catalog structure: ├── bases │ └── deployment.yaml ├── kustomization.yaml └── overlays ...
kool's user avatar
  • 3,673

15 30 50 per page
1
2 3 4 5
...
27

AltStyle によって変換されたページ (->オリジナル) /