Skip to content

Commit 565bce8

Browse files
Merge branch 'v2docs' into gh-500-fix-dependency-info-page-name
2 parents febdad1 + ed6604c commit 565bce8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/administration-guide/gaffer-deployment/kubernetes-guide/helm-configuration.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Configuring Gaffer with Helm
22

33
!!! warning
4-
Configuration via Helm is under development the information here is subject
5-
to change in future releases.
4+
Gaffer Kubernetes is not currently up to date. You will need to use a
5+
version of Kubernetes <= 1.25 for deployments.
6+
The information here is subject to change in future releases.
67

78
The general overview of what you can configure in a Gaffer graph is outlined
89
under the [configuring Gaffer pages](../../gaffer-config/config.md). However,

docs/administration-guide/gaffer-deployment/kubernetes-guide/running-on-kubernetes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Running Gaffer on Kubernetes
22

3+
!!! warning
4+
Gaffer Kubernetes is not currently up to date. You will need to use a
5+
version of Kubernetes <= 1.25 for deployments.
6+
The information here is subject to change in future releases.
7+
38
Gaffer's Open Container Initiative (OCI) images mean it is also possible to
49
deploy via kubernetes to give an alternative scalable deployment. This guide
510
will assume the reader is familiar with general usage of kubernetes, further

docs/administration-guide/gaffer-deployment/kubernetes-guide/simple-deployment.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Creating a Simple Deployment
22

3+
!!! warning
4+
Gaffer Kubernetes is not currently up to date. You will need to use a
5+
version of Kubernetes <= 1.25 for deployments.
6+
The information here is subject to change in future releases.
7+
38
This guide will describe how to deploy a simple graph on a Kubernetes cluster
49
with the minimum configuration. It is assumed you have read the [previous page](./running-on-kubernetes.md)
510
to get an overview of running Gaffer on Kubernetes.

0 commit comments

Comments
 (0)