Skip to content
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
2 changes: 1 addition & 1 deletion cli_reference/osdk/cli-osdk-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See xref:../../operators/operator_sdk/osdk-about.adoc#osdk-about[Developing Oper

[NOTE]
====
{product-title} 4.8 and later supports Operator SDK v1.8.0.
{product-title} 4.9 and later supports Operator SDK v1.10.1.
====

include::modules/osdk-installing-cli-linux-macos.adoc[leveloffset=+1]
2 changes: 1 addition & 1 deletion modules/osdk-ansible-inside-operator-local.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ make run
[source,terminal]
----
/home/user/memcached-operator/bin/ansible-operator run
{"level":"info","ts":1612739145.2871568,"logger":"cmd","msg":"Version","Go Version":"go1.15.5","GOOS":"linux","GOARCH":"amd64","ansible-operator":"v1.8.0","commit":"1abf57985b43bf6a59dcd18147b3c574fa57d3f6"}
{"level":"info","ts":1612739145.2871568,"logger":"cmd","msg":"Version","Go Version":"go1.15.5","GOOS":"linux","GOARCH":"amd64","ansible-operator":"v1.10.1","commit":"1abf57985b43bf6a59dcd18147b3c574fa57d3f6"}
...
{"level":"info","ts":1612739148.347306,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":":8080"}
{"level":"info","ts":1612739148.3488882,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"ANSIBLE_VERBOSITY_MEMCACHED_CACHE_EXAMPLE_COM","default":2}
Expand Down
2 changes: 1 addition & 1 deletion modules/osdk-ansible-inside-operator-logs-view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ oc logs deployment/<project_name>-controller-manager \
.Example output
[source,terminal]
----
{"level":"info","ts":1612732105.0579333,"logger":"cmd","msg":"Version","Go Version":"go1.15.5","GOOS":"linux","GOARCH":"amd64","ansible-operator":"v1.8.0","commit":"1abf57985b43bf6a59dcd18147b3c574fa57d3f6"}
{"level":"info","ts":1612732105.0579333,"logger":"cmd","msg":"Version","Go Version":"go1.15.5","GOOS":"linux","GOARCH":"amd64","ansible-operator":"v1.10.1","commit":"1abf57985b43bf6a59dcd18147b3c574fa57d3f6"}
{"level":"info","ts":1612732105.0587437,"logger":"cmd","msg":"WATCH_NAMESPACE environment variable not set. Watching all namespaces.","Namespace":""}
I0207 21:08:26.110949 7 request.go:645] Throttling request took 1.035521578s, request: GET:https://172.30.0.1:443/apis/flowcontrol.apiserver.k8s.io/v1alpha1?timeout=32s
{"level":"info","ts":1612732107.768025,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"127.0.0.1:8080"}
Expand Down
6 changes: 3 additions & 3 deletions modules/osdk-installing-cli-linux-macos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// * cli_reference/osdk/cli-osdk-install.adoc
// * operators/operator_sdk/osdk-installing-cli.adoc

:ocp_ver: 4.8.4
:osdk_ver: v1.8.0
:ocp_ver: 4.9
:osdk_ver: v1.10.1

[id="osdk-installing-cli-linux-macos_{context}"]
= Installing the Operator SDK CLI
Expand All @@ -25,7 +25,7 @@ endif::[]

. Navigate to the link:https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/operator-sdk/{ocp_ver}/[OpenShift mirror site].

. From the `{ocp_ver}` directory, download the latest version of the tarball for Linux.
. From the latest {ocp_ver} directory, download the latest version of the tarball for Linux.

. Unpack the archive:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/osdk-operatorconditions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Operator is allowed to modify only the `status` subresource of the CR. Opera

[NOTE]
====
Operator SDK v1.8.0 supports `operator-lib` v0.3.0.
Operator SDK v1.10.1 supports `operator-lib` v0.3.0.
====

.Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion modules/osdk-scorecard-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// * operators/operator_sdk/osdk-scorecard.adoc

:osdk_ver: v1.8.0
:osdk_ver: v1.10.1

[id="osdk-scorecard-config_{context}"]
= Scorecard configuration
Expand Down
2 changes: 1 addition & 1 deletion modules/osdk-scorecard-output.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// * operators/operator_sdk/osdk-scorecard.adoc

:osdk_ver: v1.8.0
:osdk_ver: v1.10.1

[id="osdk-scorecard-output_{context}"]
= Scorecard output
Expand Down
2 changes: 1 addition & 1 deletion modules/osdk-scorecard-parallel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// * operators/operator_sdk/osdk-scorecard.adoc

:osdk_ver: v1.8.0
:osdk_ver: v1.10.1

[id="osdk-scorecard-parallel_{context}"]
= Enabling parallel testing
Expand Down
Loading