Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterSpec.SidecarImage does not endup anywhere #283

Closed
dkropachev opened this issue Dec 1, 2020 · 0 comments · Fixed by #302
Closed

ClusterSpec.SidecarImage does not endup anywhere #283

dkropachev opened this issue Dec 1, 2020 · 0 comments · Fixed by #302
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@dkropachev
Copy link
Contributor

Describe the bug
Deploy cluster with SidecarImage defined or without it does not make any difference

To Reproduce
Steps to reproduce the behavior:

  1. Create Operator ...
  2. Deploy scylla cluster with SidecarImage defined:
spec:
  version: 4.2.0
  agentVersion: 2.2.0
  developerMode: true
  sidecarImage: 
    version: 1.32.0
    repository: busybox
  1. Run "kubectl get pods -n scylla -o yaml | grep busybox" and you see nothing

Expected behavior
To see that sidecar image actually endup in the pod

@dkropachev dkropachev added the kind/bug Categorizes issue or PR as related to a bug. label Dec 1, 2020
@ezbz ezbz added this to the 1.0 milestone Dec 2, 2020
zimnx added a commit that referenced this issue Dec 15, 2020
zimnx added a commit that referenced this issue Dec 15, 2020
zimnx added a commit that referenced this issue Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants