-
Notifications
You must be signed in to change notification settings - Fork 922
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
additionalPrinterColumns for CRD's doesn't work in k8s 1.11 for columns with array data #517
Comments
created a PR: kubernetes/kubernetes#67079 |
/kind bug |
/assign @nikhita |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale
…On Tue, Dec 25, 2018 at 6:44 AM fejta-bot ***@***.***> wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta
<https://github.com/fejta>.
/lifecycle stale
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#517 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APXA0CWRC1GdVp2uJ9bZeNvhmJJI45Npks5u8XvsgaJpZM4VukCs>
.
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Is this issue still relevant for the supported Kubernetes versions (v1.20-v1.22)? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…ion in kubectl get output (#72) We added support to print VGPU device/passthrough device related information in PR vmware-archive/vm-operator-api#70. The PR did not unpack the individual array elements due to this bug, kubernetes/kubectl#517 Since the upstream bug is getting traction, leverage `*` to unpack profilenames for VGPU devices and device IDs for passthrough devices root@42255e5e354ccbd32859ca7470f8897f [ ~ ]# kubectl get vmclass -o wide NAME NAME CPU MEMORY AGE VGPUDEVICESPROFILENAMES PASSTHROUGHDEVICEIDS best-effort-2xlarge 8 64Gi 7d1h best-effort-4xlarge 16 128Gi 7d1h best-effort-8xlarge 32 128Gi 7d1h best-effort-large 4 16Gi 7d1h best-effort-medium 2 8Gi 7d1h best-effort-small 2 4Gi 7d1h best-effort-xlarge 4 32Gi 7d1h best-effort-xsmall 2 2Gi 7d1h guaranteed-2xlarge 8 64Gi 7d1h guaranteed-4xlarge 16 128Gi 7d1h guaranteed-8xlarge 32 128Gi 7d1h guaranteed-large 4 16Gi 7d1h guaranteed-medium 2 8Gi 7d1h guaranteed-small 2 4Gi 7d1h guaranteed-xlarge 4 32Gi 7d1h guaranteed-xsmall 2 2Gi 7d1h vmclass-passthrough-mockup 2 2Gi 5m35s mockup-vmiop 23 vmclass-vgpu-mockup-vmiop 2 2Gi 6d19h mockup-vmiop vmclass-vgpu-mockup-vmiop-new 2 2Gi 5d1h mockup-vmiop root@42255e5e354ccbd32859ca7470f8897f [ ~ ]#
/remove-lifecycle stale |
Kubernetes version (use
kubectl version
): 1.11 (server-side printing)Environment:
Bug
Reproduce using the following steps:
crd.yaml
crd-instance.yaml
EXPECTED
Notice that only the first array of hosts is printed (missing second array
[baz.example.com]
). We would expect that both arrays would have been printed. If we specifically request the JSONPath, then it prints correctly.The text was updated successfully, but these errors were encountered: