Claudia
Claudia
Part of [this plan](https://github.com/weaveworks/eksctl/blob/main/docs/proposal-008-flux2.md#dry-run). >One thing we lose by having these arbitrary fields is the extra validation: are users setting the correct flags for their chosen git provider? Of course...
Hi! We would like to ensure that a process inherits memory limits from the parent if the parent cgroup has limits set. This would involve writing `1` to [`memory.use_hierarchy`](https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt) in...
**What happened**: When running `kubefedctl join` with a mis-typed context name, I received a stacktrace of all goroutines rather than a concise error. This is due to the `klog.Fatalf` in...
We want to simplify the OSS codebase and the CLI as a product in general. The first step is to move the enterprise CLI commands into a separate repository and...
While doing https://github.com/weaveworks/weave-gitops/issues/1959, it was [pointed out to me](https://github.com/weaveworks/weave-gitops/pull/2008#discussion_r858781963) that: > we expect --insecure to pretty much always be set for security reasons: you'll have a separate ingress to encrypt...
**Describe the bug** CI failed on `core/server/sync_test.go` in `TestSync` ``` panic: send on closed channel goroutine 11395 [running]: github.com/weaveworks/weave-gitops/core/server_test.TestSync.func1.1() /home/runner/work/weave-gitops/weave-gitops/core/server/sync_test.go:105 +0x6b created by github.com/weaveworks/weave-gitops/core/server_test.TestSync.func1 /home/runner/work/weave-gitops/weave-gitops/core/server/sync_test.go:103 +0x245 ``` **Is this a...
I download `0.2.0` but when i check: ``` ./flintlockd_amd64 version flintlock v0.1.2-13-gc533a0e ```
To include specific info which is not in pprof - mvm count - interface count (and name?) - etc add more This is also a useful thing to have as...
I don;t know whether this was intentional, but while before deletes cleared the dir structure back up to the namespace, now we leave the name dir as well. Close if...
We have docs published here https://docs.flintlock.dev/ . They were generated from our **dev** markdown docs (found in `docs/` I believe) late in 2021 . (Personally I am not sure how,...