You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@ This project is a component of the [Operator Framework](https://github.com/opera
3
3
# Operator SDK Samples
4
4
This repo contains samples of operators built using the [operator-sdk][operator_sdk].
5
5
6
-
To view operators which leverage Ansible or Helm for deployment, see the [Ansible][ansible_examples] or [Helm][helm_examples] samples sections.
6
+
To view operators which leverage Go, Ansible, or Helm for deployment, see the [Go][go_examples], [Ansible][ansible_examples], or [Helm][helm_examples] samples sections, respectively.
7
7
8
8
**NOTE:** For examples of other operators, see the [Awesome Operators][awesome-operators] repo. However, note that not all of these operators were written using [operator-sdk][operator_sdk].
Copy file name to clipboardExpand all lines: ansible/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@ This project is a component of the [Operator Framework](https://github.com/opera
3
3
# Operator SDK Samples - Ansible
4
4
This directory contains samples of operators powered by Ansible built using the [operator-sdk][operator_sdk]. To learn more about creating an operator that leverages Ansible, check out the [Ansible user guide][ansible_user_guide].
Copy file name to clipboardExpand all lines: ansible/memcached-operator/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ $ sed -i "" 's|REPLACE_IMAGE|quay.io/example-inc/memcached-operator:v0.0.1|g' de
49
49
50
50
Run `make install` to install the operator. Check that the operator is running in the cluster, also check that the example Memcached service was deployed.
**NOTE:** This project is configured with the environment variable `ANSIBLE_DEBUG_LOGS` as `True`, however, note that it is `False` by default.
87
+
**NOTE:** This project is configured with the environment variable `ANSIBLE_DEBUG_LOGS` as `True`, however, note that it is `False` by default.
88
88
89
89
**NOTE** To have further information about how to develop Ansible operators with [Operator-SDK][operator_sdk] check the [Ansible User Guide for Operator-SDK][ansible-guide]
90
90
@@ -97,6 +97,6 @@ See [Testing Ansible Operators with Molecule][ansible-test-guide] documentation
Copy file name to clipboardExpand all lines: go/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@ This project is a component of the [Operator Framework](https://github.com/opera
3
3
# Operator SDK Samples - Go
4
4
This directory contains samples of operators powered by Go built using the [operator-sdk][operator_sdk]. To learn more about creating an operator that leverages Golang, check out the [user guide][user_guide].
Run `make test-e2e` to run the integration e2e tests with different options. For
99
-
more information see the [writing e2e tests](https://github.com/operator-framework/operator-sdk/blob/master/doc/test-framework/writing-e2e-tests.md) guide.
98
+
more information see the [writing e2e tests][golang-e2e-tests] guide.
Copy file name to clipboardExpand all lines: helm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@ This project is a component of the [Operator Framework](https://github.com/opera
3
3
# Operator SDK Samples - Helm
4
4
This directory contains samples of operators powered by Helm built using the [operator-sdk][operator_sdk]. To learn more about creating an operator that leverages Helm, check out the [Helm user guide][helm_user_guide].
Copy file name to clipboardExpand all lines: helm/memcached-operator/helm-charts/memcached/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> [Memcached](https://memcached.org/) is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
4
4
5
-
Based on the [memcached](https://github.com/bitnami/charts/tree/master/incubator/memcached) chart from the [Bitnami Charts](https://github.com/bitnami/charts) repository.
5
+
Based on the [memcached](https://github.com/helm/charts/tree/master/stable/memcached) chart from the [Helm Charts](https://github.com/helm/charts) repository.
6
6
7
7
## TL;DR;
8
8
@@ -127,5 +127,3 @@ spec:
127
127
```
128
128
129
129
Once you've done this, you can upgrade to 3.x with Helm as normal.
0 commit comments