File tree 3 files changed +13
-2
lines changed
docs/administration-guide/gaffer-deployment/kubernetes-guide
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Configuring Gaffer with Helm
2
2
3
3
!!! 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.
6
7
7
8
The general overview of what you can configure in a Gaffer graph is outlined
8
9
under the [ configuring Gaffer pages] ( ../../gaffer-config/config.md ) . However,
Original file line number Diff line number Diff line change 1
1
# Running Gaffer on Kubernetes
2
2
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
+
3
8
Gaffer's Open Container Initiative (OCI) images mean it is also possible to
4
9
deploy via kubernetes to give an alternative scalable deployment. This guide
5
10
will assume the reader is familiar with general usage of kubernetes, further
Original file line number Diff line number Diff line change 1
1
# Creating a Simple Deployment
2
2
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
+
3
8
This guide will describe how to deploy a simple graph on a Kubernetes cluster
4
9
with the minimum configuration. It is assumed you have read the [ previous page] ( ./running-on-kubernetes.md )
5
10
to get an overview of running Gaffer on Kubernetes.
You can’t perform that action at this time.
0 commit comments