Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

ConfigMap are created as ver1, ver2, ver3, but not picked up yb pods #672

Open
crudalex opened this issue Jun 19, 2021 · 1 comment
Open

Comments

@crudalex
Copy link

Describe the bug

When I updated cf-values.yml and regenerate cf-for-k8s-rendered.yml with ytt. configmap-ver2, configmap-ver3 are created in namespace, but pods are still using ver1.

To Reproduce*

Steps to reproduce the behavior:

  1. generate cf-for-k8s-rendered.yml with cf-values.yml and db-values.yml
  2. apply cf-for-k8s-rendered.yml with kapp
  3. update values in db-values.yml, e.g. changing username from to username@host
  4. re-generate cf-for-k8s-rendered.yml with updated db-values.
  5. re-apply with kapp.
  6. configmap-ver2 created
  7. pods are still using configmap-ver1
  8. pods are still unable to connect to db

Expected behavior

  1. pods use configmap-ver2
  2. pods are able to connect to db

Additional context

cf-for-k8s SHA

19b760e

Deploy instructions

https://cf-for-k8s.io/docs/deploying/
https://cf-for-k8s.io/docs/platform_operators/setup-static-loadbalancer-ip
https://cf-for-k8s.io/docs/platform_operators/external-databases
https://cf-for-k8s.io/docs/platform_operators/external-blobstore

  • remove_resource_requirements: true

Cluster information

aks

CLI versions

  1. ytt version 0.34.0
  2. kapp version 0.37.0
  3. Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-12T14:11:29Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"linux/amd64"}
  4. cf version 6.53.0+8e2b70a4a.2020-10-01
@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/178593281

The labels on this github issue will be updated when the story is started.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants