Skip to content

Commit

Permalink
4.x: Docs: Do not use --short with kubectl version (#9614)
Browse files Browse the repository at this point in the history
* Do not use --short with kubectl version
  • Loading branch information
barchetta authored Dec 20, 2024
1 parent 4fbf405 commit 7da7c34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 7da7c34

Please sign in to comment.