gaffer-docker icon indicating copy to clipboard operation
gaffer-docker copied to clipboard

Gaffer Docker images and associated Helm charts for deploying on Kubernetes

Results 37 gaffer-docker issues
Sort by recently updated
recently updated
newest added

# Overview There appears to be a problem with the Helm deployment to Kind during the gaffer docker CI/CD pipeline. The exact issue is not clear but seems to be...

bug
automation

The PR for updating Gaffer docker to 2.1.0 (#339) contained a hotfix for a problem with the datasketeches JARs not being included in the deploy JAR. This was fixed in...

bug

After reading the documentation, ran ``` cd docker/gaffer-road-traffic-loader docker compose up ``` Encountered error ``` hdfs-namenode | 2023-09-08 17:05:49 INFO StateChange:3122 - DIR* completeFile: /accumulo/tables/!0/table_info/A0000000.rf_tmp is closed by DFSClient_NONMAPREDUCE _1762125948_16...

bug
Docker

The ITs were fixed in https://github.com/gchq/gaffer-docker/issues/318 by changing the workflow to use the docker compose ITs rather than kubernetes. These have been failing since the change to the image format,...

Kubernetes

Rather than having to manually change Gaffer versions and open a separate PR, it would be nice if the create release branch action automatically changed them for you. If you...

enhancement
automation

Add a system diagram to show how all the containers interact on a Kubernetes cluster.

enhancement

A common need will be for users to load in their own data. Add a guide detailing how to do this including: * Loading via REST * Loading via HDFS...

enhancement

A few issues with the current kerberos entrypoint scripts have been identified under an existing PR these should be addressed to improve the robustness and decrease technical debt. _Originally posted...

tech debt

After setting up my kind nodes, doing a ``` cd kubernetes/gaffer-road-traffic helm install --debug gaffer . ``` I get the following errors: ``` client.go:796: [debug] Pod gaffer-accumulo-post-install-cmds running Error: INSTALLATION...

bug
Kubernetes

The workbook for https://github.com/gchq/gaffer-docker/blob/develop/docker/gremlin-gaffer/gremlin-gaffer-modern-example.ipynb contains useful examples for using the Tinkerpop utility with Gaffer's Accumulo integration. Would it be possible to add examples for adding new nodes and edges to...

question
Docker