-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
kubeadm: machine readable output #2504
Comments
Migrating all the old template keps to new template : #2499 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/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 |
/remove-lifecycle rotten
|
If this is still needed, I may help to pick kubernetes/kubernetes#83941 up. |
Let me know if you have any Qs. 'Upgrade plan' output was desired, but i
haven't looked at this for a while.
…On Feb 17, 2022 07:18, "Paco Xu" ***@***.***> wrote:
If this is still needed, I may help to pick kubernetes/kubernetes#83941
<kubernetes/kubernetes#83941> up.
—
Reply to this email directly, view it on GitHub
<#2504 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRATDMTX7SER5J7DW2HKLU3SAJVANCNFSM4XREIJHA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
/assign |
kubernetes/kubernetes#108447 was merged in v1.25 |
Enhancement Description
https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/kubeadm/2504-kubeadm-machine-output
Summary
Kubeadm should support structured output, such as JSON, YAML, or a Go template.
Motivation
While Kubernetes may be deployed manually, the de facto, if not de jure, means of turning up a Kubernetes cluster is kubeadm. Popular systems management software, such as Terraform, rely on kubeadm in order to deploy Kubernetes. Planned enhancements to the Cluster API project include a composable package for bootstrapping Kubernetes with kubeadm and cloud-init.
Without structured output, even the most seemingly innocuous changes could break Terraform, Cluster API, or other software that relies on the results of kubeadm.
k/k
) update PR(s):Kubeadm upgrade plan
support json/yaml output kubernetes#108447Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
k/kubeadm tracking issue:
kubernetes/kubeadm#494
The text was updated successfully, but these errors were encountered: