-
## Motivation
There are a lot of different people trying to use to test cluster which will in time create conflicts. Creating a cluster to use as a test environment for things such as instruct lab and…
-
Create an argocd app to manage the configuration of the hypershift test cluster (so that we don't need to manually `kubectl apply` changes).
-
there doesnt seem to be any documentation about how to setup hostedclusters with valid certificates for all the endpoints
we have been able to get valid certs for the hostedclusters API and the rou…
-
Some constant values (label names, annotation names, key names, ... ) are defined both in `pkg/operator/hypershift.go` and in `performance_profile_controller_hypershift.go`.
It would be a good idea…
-
@ccoVeille I have run it successful. see https://github.com/alingse/go-linter-runner-example/blob/main/.github/workflows/go-linter-runner-revive-92c3209.yml#L27
and the config file https://github.com…
-
The hypershift environment was originally provisioned with local storage using the longhorn (https://longhorn.io/) storage operator. This isn't appropriate for production use (primarily because the no…
-
The following code runs well under Lua:
```
counter, offset = 0, 1
function reset()
counter = 0
print(counter)
end
function inc()
counter = counter + offset
print(counter)
end
r…
-
Right now there are two main causes of confusion and complexity around container images in the repo:
1. the multitude of ways in which container images may be specified, and their hierarchy
a. a…
-
Functions like `createOrUpdateTunedConfigMap` should ensure that the readed configmaps has the proper annotations/labels
_Originally posted by @ffromani in https://github.com/openshift/cluster-no…
-
I use the docker image : timescale/timescaledb:latest-pg10
but when i insert into table.the error is
![image](https://user-images.githubusercontent.com/29531967/74219959-36e09400-4ce9-11ea-8c0f-36e…