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

4.x: Docs: Do not use --short with kubectl version #9614

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/about/kubernetes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -57,6 +57,6 @@ set correctly to use docker-for-desktop.
kubectl config get-contexts
kubectl config use-context docker-for-desktop
kubectl cluster-info
kubectl version --short
kubectl version
kubectl get nodes
----
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/about/prerequisites.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -35,7 +35,7 @@ include::{rootdir}/about/introduction.adoc[tag=prereqs]
java -version
mvn --version
docker --version
kubectl version --short
kubectl version
----

== Setting `JAVA_HOME`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/includes/prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ifndef::h1-prefix[:h1-prefix: SE]
java -version
mvn --version
docker --version
kubectl version --short
kubectl version
----

[source,bash]
Expand Down