Skip to content

Commit 8cc38ff

Browse files
authored
Merge pull request #36521 from adellape/osdk_migrate_49
2 parents 9749d23 + 197b023 commit 8cc38ff

13 files changed

+60
-874
lines changed

cli_reference/osdk/cli-osdk-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See xref:../../operators/operator_sdk/osdk-about.adoc#osdk-about[Developing Oper
1111

1212
[NOTE]
1313
====
14-
{product-title} 4.8 and later supports Operator SDK v1.8.0.
14+
{product-title} 4.9 and later supports Operator SDK v1.10.1.
1515
====
1616

1717
include::modules/osdk-installing-cli-linux-macos.adoc[leveloffset=+1]

modules/osdk-ansible-inside-operator-local.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ make run
4545
[source,terminal]
4646
----
4747
/home/user/memcached-operator/bin/ansible-operator run
48-
{"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"}
48+
{"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"}
4949
...
5050
{"level":"info","ts":1612739148.347306,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":":8080"}
5151
{"level":"info","ts":1612739148.3488882,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"ANSIBLE_VERBOSITY_MEMCACHED_CACHE_EXAMPLE_COM","default":2}

modules/osdk-ansible-inside-operator-logs-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ oc logs deployment/<project_name>-controller-manager \
2525
.Example output
2626
[source,terminal]
2727
----
28-
{"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"}
28+
{"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"}
2929
{"level":"info","ts":1612732105.0587437,"logger":"cmd","msg":"WATCH_NAMESPACE environment variable not set. Watching all namespaces.","Namespace":""}
3030
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
3131
{"level":"info","ts":1612732107.768025,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"127.0.0.1:8080"}

modules/osdk-installing-cli-linux-macos.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// * cli_reference/osdk/cli-osdk-install.adoc
44
// * operators/operator_sdk/osdk-installing-cli.adoc
55

6-
:ocp_ver: 4.8.4
7-
:osdk_ver: v1.8.0
6+
:ocp_ver: 4.9
7+
:osdk_ver: v1.10.1
88

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

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

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

3030
. Unpack the archive:
3131
+

modules/osdk-operatorconditions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Operator is allowed to modify only the `status` subresource of the CR. Opera
2424

2525
[NOTE]
2626
====
27-
Operator SDK v1.8.0 supports `operator-lib` v0.3.0.
27+
Operator SDK v1.10.1 supports `operator-lib` v0.3.0.
2828
====
2929

3030
.Prerequisites

modules/osdk-scorecard-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * operators/operator_sdk/osdk-scorecard.adoc
44

5-
:osdk_ver: v1.8.0
5+
:osdk_ver: v1.10.1
66

77
[id="osdk-scorecard-config_{context}"]
88
= Scorecard configuration

modules/osdk-scorecard-output.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * operators/operator_sdk/osdk-scorecard.adoc
44

5-
:osdk_ver: v1.8.0
5+
:osdk_ver: v1.10.1
66

77
[id="osdk-scorecard-output_{context}"]
88
= Scorecard output

modules/osdk-scorecard-parallel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * operators/operator_sdk/osdk-scorecard.adoc
44

5-
:osdk_ver: v1.8.0
5+
:osdk_ver: v1.10.1
66

77
[id="osdk-scorecard-parallel_{context}"]
88
= Enabling parallel testing

0 commit comments

Comments
 (0)