-
Notifications
You must be signed in to change notification settings - Fork 40k
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 get rc' for rcs with more than one container #22742
Comments
@jmastr IIUC you want to move the containers display row to |
@adohe No, that was only my guess. I would like to revert commit 53d4b15. This also should keep the consistency... |
commit 53d4b15 is in 1.2 release branch. I marked this as P0 and 1.2 milestone for now. We need to make the decision asap. |
We shouldn't revert the change. We should move the other containers to the wide output. In general, |
Could you please work on this, @adohe ? |
Personally, I think we could omit all of the container names. |
And probably repo names |
Having the container names was what I wanted in the first place. It gives a Please do not remove that behavior... |
@bgrant0607 sure I will work on this. |
@adohe Thanks! Keep both container names and images for now. For multi-container pods, the output will be long, but we can improve the output more in 1.3. |
That is, keep them in the wide output |
@adohe How is it going? We need to get this fix in soon in order to make the next beta release. Do you need help? |
@bgrant0607 I have opened a PR already #22772 |
@adohe Sorry. I didn't see it, because it didn't reference this issue. |
…kport-77069 Bug 1703512: [release-3.11] backport kubernetes#77069 Origin-commit: 3f341cdd10f7d1a5d3935428a5b2e8df667eccd6
Commit 53d4b15 moved columns into wide option to make result more readable. However, the patch did not consider more than one container in the rc, e.g.:
The desired output shall be probably something like that:
and the remaining information in
-owide
.The text was updated successfully, but these errors were encountered: