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
Copy file name to clipboardExpand all lines: docs/CustomResources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ The MC pod is referenced by using the `monitoringConsoleRef` parameter. There is
355
355
356
356
## Examples of Guaranteed and Burstable QoS
357
357
358
-
You can change the CPU and memory resources, and assign different Quality of Services (QoS) classes to your pods using the [Kubernetes Quality of Service section](README.md#using-kubernetes-quality-of-service-classes). Here are some examples:
358
+
You can change the CPU and memory resources, and assign different Quality of Services (QoS) classes to your pods. Here are some examples:
359
359
360
360
### A Guaranteed QoS Class example:
361
361
Set equal ```requests``` and ```limits``` values for CPU and memory to establish a QoS class of Guaranteed.
The Splunk Enterprise chart allows you to install and configure Splunk Enterprise custom resources. The ```splunk/splunk-enterprise``` chart has the ```splunk/splunk-operator``` chart as a dependency by default. To satisfy the dependencies please use the following command:
111
-
```
112
-
helm dependency build splunk/splunk-enterprise
113
-
```
110
+
The Splunk Enterprise chart allows you to install and configure Splunk Enterprise custom resources. The ```splunk/splunk-enterprise``` chart has the ```splunk/splunk-operator``` chart as a dependency by default.
111
+
114
112
If the operator is already installed then you will need to disable the dependency:
Copy file name to clipboardExpand all lines: docs/SplunkGeneralTermsMigration.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ All users deploying Splunk Enterprise 10.x or later image versions instances mus
16
16
17
17
Starting with the 3.0.0 release, there is now a mandatory acknowledgment mechanism for the Splunk General Terms (SGT) within the Splunk Operator for Kubernetes. **This is a breaking change, and user action is required.** This involves creating a new `SPLUNK_GENERAL_TERMS` environment variable in the splunk operator deployment, which gets passed to every CRD.
18
18
19
-
To learn more about the required value for this variable, please see the [README](../README.md) or Splunk Enterprise 10.x image’s README.
19
+
To learn more about the required value for this variable, please see the [README](index.html#splunk-general-terms-acceptance) or Splunk Enterprise 10.x image’s README.
20
20
21
21
## How does this affect existing deployments?
22
22
@@ -25,11 +25,11 @@ Existing deployments of the Splunk Operator for Kubernetes will not be affected
25
25
## How to plan for a migration?
26
26
27
27
When you are ready to upgrade from version 1.x.x or 2.x.x to 3.0.0 or later, there are a few options you have to set the `SPLUNK_GENERAL_TERMS` to the proper value. By default, the SPLUNK_GENERAL_TERMS environment variable will be set to an empty string.
28
-
1. Pass the `SPLUNK_GENERAL_TERMS` parameter with the required value to the `make deploy` command
28
+
1. Pass the `SPLUNK_GENERAL_TERMS` parameter with the [required value](index.html#splunk-general-terms-acceptance) to the `make deploy` command.
29
29
```
30
-
make deploy IMG=docker.io/splunk/splunk-operator:<tag name> SPLUNK_GENERAL_TERMS="[required value]"
30
+
make deploy IMG=docker.io/splunk/splunk-operator:<tag name> SPLUNK_GENERAL_TERMS="<required value>"
31
31
```
32
-
2. Update the value in the Splunk Operator installation file from the release on GitHub
32
+
2. Update the value in the Splunk Operator installation file from the [release](https://github.com/splunk/splunk-operator/releases/latest) on GitHub with the [required value](index.html#splunk-general-terms-acceptance).
33
33
```yaml
34
34
...
35
35
env:
@@ -40,19 +40,19 @@ make deploy IMG=docker.io/splunk/splunk-operator:<tag name> SPLUNK_GENERAL_TERMS
40
40
- name: OPERATOR_NAME
41
41
value: splunk-operator
42
42
- name: SPLUNK_GENERAL_TERMS
43
-
value: "[required value]"
43
+
value: "<required value>"
44
44
- name: POD_NAME
45
45
valueFrom:
46
46
fieldRef:
47
47
apiVersion: v1
48
48
fieldPath: metadata.name
49
49
...
50
50
```
51
-
3. Set the value in a `helm install` command
51
+
3. Set the [required value](index.html#splunk-general-terms-acceptance) in a `helm install` command.
4. Edit the splunk-operator-controller-manager deployment after it is deployed
55
+
4. Edit the splunk-operator-controller-manager deployment after it is deployed to include the [required value](index.html#splunk-general-terms-acceptance).
0 commit comments