Skip to content

Commit

Permalink
Gh-489: Add notice about Kubernetes limitation (#499)
Browse files Browse the repository at this point in the history
Add/update Kubernetes notice
  • Loading branch information
GCHQDeveloper314 authored Jun 3, 2024
1 parent f756c28 commit ed6604c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Configuring Gaffer with Helm

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

The general overview of what you can configure in a Gaffer graph is outlined
under the [configuring Gaffer pages](../../gaffer-config/config.md). However,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Running Gaffer on Kubernetes

!!! warning
Gaffer Kubernetes is not currently up to date. You will need to use a
version of Kubernetes <= 1.25 for deployments.
The information here is subject to change in future releases.

Gaffer's Open Container Initiative (OCI) images mean it is also possible to
deploy via kubernetes to give an alternative scalable deployment. This guide
will assume the reader is familiar with general usage of kubernetes, further
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Creating a Simple Deployment

!!! warning
Gaffer Kubernetes is not currently up to date. You will need to use a
version of Kubernetes <= 1.25 for deployments.
The information here is subject to change in future releases.

This guide will describe how to deploy a simple graph on a Kubernetes cluster
with the minimum configuration. It is assumed you have read the [previous page](./running-on-kubernetes.md)
to get an overview of running Gaffer on Kubernetes.
Expand Down

0 comments on commit ed6604c

Please sign in to comment.