Skip to content

Commit

Permalink
Develop to main doc change (#1056)
Browse files Browse the repository at this point in the history
* k8s supported version updated to 1.20+

Signed-off-by: vivekr-splunk <[email protected]>

* Fix the splunk image switch on main branch (#1050)

Co-authored-by: gaurav-splunk <[email protected]>
Co-authored-by: vivekr-splunk <[email protected]>

* Fix documentation which indicated ES being unsupported (#1054)

Co-authored-by: vivekr-splunk <[email protected]>

---------

Signed-off-by: vivekr-splunk <[email protected]>
Co-authored-by: gaurav-splunk <[email protected]>
Co-authored-by: vivekr-splunk <[email protected]>
Co-authored-by: Arjun Kondur <[email protected]>
  • Loading branch information
4 people authored Feb 8, 2023
1 parent 3e18e16 commit f910f6c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ jobs:
strategy:
fail-fast: false
matrix:
test: [basic, appframeworks1, managerappframeworkc3, managerappframeworkm4, managersecret, managermc, masterappframeworkc3, masterappframeworkm4, mastersecret, mastermc]
test: [
basic,
appframeworks1,
managerappframeworkc3,
managerappframeworkm4,
managersecret,
managermc,
]
runs-on: ubuntu-latest
env:
CLUSTER_NODES: 1
Expand Down Expand Up @@ -158,6 +165,10 @@ jobs:
- name: Dotenv Action
id: dotenv
uses: falti/dotenv-action@d4d12eaa0e1dd06d5bdc3d7af3bf4c8c93cb5359
- name: Change splunk enterprise to release image on main branches
if: github.ref == 'refs/heads/main'
run: |
echo "SPLUNK_ENTERPRISE_IMAGE=${{ env.SPLUNK_ENTERPRISE_RELEASE_IMAGE }}" >> $GITHUB_ENV
- name: Install Kubectl
uses: Azure/setup-kubectl@v1
with:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- develop
- main
- feature**
jobs:
build-operator-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,13 +62,6 @@ jobs:
managermc,
managercrcrud,
licensemanager,
masterappframeworkc3,
masterappframeworkm4,
mastersecret,
mastersmartstore,
mastermc,
mastercrcrud,
licensemaster,
managerdeletecr,
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -104,7 +98,7 @@ jobs:
echo "CLUSTER_NODES=2" >> $GITHUB_ENV
fi
- name: Change splunk enterprise to release image on main branches
if: github.ref == 'ref/head/main'
if: github.ref == 'refs/heads/main'
run: |
echo "SPLUNK_ENTERPRISE_IMAGE=${{ env.SPLUNK_ENTERPRISE_RELEASE_IMAGE }}" >> $GITHUB_ENV
- name: Checkcout code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ spec:
splunk/splunk-operator\n\n\n## Known Issues for the Splunk Operator\n\nReview
the [Change Log](https://github.com/splunk/splunk-operator/blob/master/docs/ChangeLog.md)
page for a history of changes in each release.\n\n## Prerequisites for the Splunk
Operator\n\n### Supported Kubernetes Versions\n\n- Kubernetes, version 1.16.2+
Operator\n\n### Supported Kubernetes Versions\n\n- Kubernetes, version 1.20+
and later (x86 64-bit only).\n\nThe Splunk Operator should work with any [CNCF
certified distribution](https://www.cncf.io/certification/software-conformance/)
of Kubernetes. We do not have platform recommendations, but this is a table of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
splunk/splunk-operator\n\n\n## Known Issues for the Splunk Operator\n\nReview
the [Change Log](https://github.com/splunk/splunk-operator/blob/master/docs/ChangeLog.md)
page for a history of changes in each release.\n\n## Prerequisites for the Splunk
Operator\n\n### Supported Kubernetes Versions\n\n- Kubernetes, version 1.16.2+
Operator\n\n### Supported Kubernetes Versions\n\n- Kubernetes, version 1.20+
and later (x86 64-bit only).\n\nThe Splunk Operator should work with any [CNCF
certified distribution](https://www.cncf.io/certification/software-conformance/)
of Kubernetes. We do not have platform recommendations, but this is a table of
Expand Down
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Review the [Change Log](ChangeLog.md) page for a history of changes in each rele

### Supported Kubernetes Versions

- Kubernetes, version 1.16.2+ and later (x86 64-bit only).
- Kubernetes, version 1.20+ and later (x86 64-bit only).

The Splunk Operator should work with any [CNCF certified distribution](https://www.cncf.io/certification/software-conformance/) of Kubernetes. We do not have platform recommendations, but this is a table of platforms that our developers, customers, and partners have used successfully with the Splunk Operator.

Expand All @@ -53,8 +53,7 @@ Each Splunk Operator release has specific Splunk Enterprise compatibility requir

### Splunk Apps Installation

Apps and add-ons can be installed using the Splunk Operator by following the instructions given at [Installing Splunk Apps](Examples.md#installing-splunk-apps). Premium apps such as Enterprise Security and IT Service Intelligence are currently not supported.

Apps and add-ons can be installed using the Splunk Operator by following the instructions given at [Installing Splunk Apps](Examples.md#installing-splunk-apps). For the installation of premium apps please refer to [Premium Apps Installation Guide](PremiumApps.md).

### Docker requirements
The Splunk Operator requires these docker images to be present or available to your Kubernetes cluster:
Expand Down

0 comments on commit f910f6c

Please sign in to comment.