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

kubectl-get man page varies between builds #108245

Closed
bmwiedemann opened this issue Feb 21, 2022 · 4 comments · Fixed by #108271
Closed

kubectl-get man page varies between builds #108245

bmwiedemann opened this issue Feb 21, 2022 · 4 comments · Fixed by #108271
Assignees
Labels
area/build-release kind/bug Categorizes issue or PR as related to a bug. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/release Categorizes an issue or PR as relevant to SIG Release. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@bmwiedemann
Copy link
Contributor

What happened?

Similar to issue #52269 , building kubernetes1.23 resulted in 1 variation:

--- old//usr/share/man/man1/kubectl-get.1       2022-02-11 18:49:25.583362654 +0
000
+++ new//usr/share/man/man1/kubectl-get.1       2022-02-11 18:49:25.587362682 +0
000
@@ -66,7 +66,7 @@

 .PP
 \fB\-o\fP, \fB\-\-output\fP=""
-       Output format. One of: json|yaml|name|go\-template|go\-template\-file|template|templatefile|jsonpath|jsonpath\-as\-json|jsonpath\-file|custom\-columns|custom\-columns\-file|wide See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom\-columns], golang template [http://golang.org/pkg/text/template/#pkg\-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
+       Output format. One of: json|yaml|name|go\-template|go\-template\-file|template|templatefile|jsonpath|jsonpath\-as\-json|jsonpath\-file|custom\-columns\-file|custom\-columns|wide See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom\-columns], golang template [http://golang.org/pkg/text/template/#pkg\-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].

What did you expect to happen?

builds should be fully determined by inputs

How can we reproduce it (as minimally and precisely as possible)?

on openSUSE or Debian,

osc checkout openSUSE:Factory/kubernetes1.23 && cd $_
osc build --noservice standard # twice and compare kubectl-get.1.gz

Anything else we need to know?

This bug was found while working on reproducible builds for openSUSE.

Kubernetes version

1.23.0

Cloud provider

OS version

# On Linux:
$ cat /etc/os-release
openSUSE Tumbleweed 20220207
$ uname -a
Linux version: 5.16.5-1-default #1 SMP PREEMPT Thu Feb 3 05:26:48 UTC 2022 (1af4009)

Install tools

Container runtime (CRI) and and version (if applicable)

Related plugins (CNI, CSI, ...) and versions (if applicable)

@bmwiedemann bmwiedemann added the kind/bug Categorizes issue or PR as related to a bug. label Feb 21, 2022
@k8s-ci-robot k8s-ci-robot added needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 21, 2022
@bmwiedemann
Copy link
Contributor Author

/sig release
/area build-release

@k8s-ci-robot k8s-ci-robot added sig/release Categorizes an issue or PR as relevant to SIG Release. area/build-release and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Feb 21, 2022
@kkkkun
Copy link
Member

kkkkun commented Feb 22, 2022

/assign

@neolit123
Copy link
Member

/sig cli

@k8s-ci-robot k8s-ci-robot added the sig/cli Categorizes an issue or PR as relevant to SIG CLI. label Feb 22, 2022
@eddiezane
Copy link
Member

/triage accepted
/assign @soltysh

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-release kind/bug Categorizes issue or PR as related to a bug. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/release Categorizes an issue or PR as relevant to SIG Release. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants