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

fix kubectl default container name in manifest #1048

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

mcristina422
Copy link
Contributor

SUMMARY

This fixes the default container name for kubectl. Currently, kubectl will output the following when no container is selected

kubectl logs awx-operator-controller-manager-868bb969f6-mnssz
Default container name "manager" not found in pod awx-operator-controller-manager-868bb969f6-mnssz
Defaulted container "kube-rbac-proxy" out of: kube-rbac-proxy, awx-manager

Workaround:
kubectl logs awx-operator-controller-manager-868bb969f6-mnssz -c awx-manager

Name was originally changed in #617

ISSUE TYPE
  • Bug, Docs Fix or other nominal change

@rooftopcellist
Copy link
Member

@mcristina422 Thank you for the fix! It looks like CI needs more coffee.. I'm going to close and re-open this PR to re-kick it.

@rooftopcellist rooftopcellist merged commit c20f9b4 into ansible:devel Nov 17, 2022
TheRealHaoLiu pushed a commit to TheRealHaoLiu/awx-operator that referenced this pull request Mar 8, 2023
TheRealHaoLiu pushed a commit to TheRealHaoLiu/awx-operator that referenced this pull request Mar 8, 2023
fix default container name (ansible#1048)

See merge request aap-cpaas/source/automationcontroller-operator!32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants