Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Make "deploy-dev" is bugged #264

Open
1 task done
Neumann-Nils opened this issue Jun 22, 2020 · 0 comments
Open
1 task done

Make "deploy-dev" is bugged #264

Neumann-Nils opened this issue Jun 22, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Neumann-Nils
Copy link
Contributor

Description

Running make deploy-dev does not execute the command anymore, it just prints it.

Steps to reproduce

  1. Run make deploy-dev
  2. Check if the Karydia pods were re-deployed

Expected behavior

make deploy-dev should re-deploy all pods of Karydia.

Logs / console output / screenshots / affected lines of code

$ make deploy-dev

for i in karydia-5f76ccc469-9h272 karydia-5f76ccc469-bdjhq karydia-5f76ccc469-k9vgz; do \
		echo "(" $i ")" \
		kubectl cp bin/karydia -n karydia $i:/usr/local/bin/karydia-dev; \
	done
( karydia-5f76ccc469-9h272 ) kubectl cp bin/karydia -n karydia karydia-5f76ccc469-9h272:/usr/local/bin/karydia-dev
( karydia-5f76ccc469-bdjhq ) kubectl cp bin/karydia -n karydia karydia-5f76ccc469-bdjhq:/usr/local/bin/karydia-dev
( karydia-5f76ccc469-k9vgz ) kubectl cp bin/karydia -n karydia karydia-5f76ccc469-k9vgz:/usr/local/bin/karydia-dev

Environment

  • Kubernetes version (use kubectl version): 1.18.4
  • Gardener cluster
@Neumann-Nils Neumann-Nils added the bug Something isn't working label Jun 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant