Ilya Dmitrichenko

Results 121 issues of Ilya Dmitrichenko

Management cluster setup and operator deployment needs to be fully documented.

Right now clusters that are associated with a test job are deleted upon job completion (whether it failed or succeeded), and clusters without a job need to be deleted manually....

Currently cluster provisioning is done on-demand, so it takes at least 5 minutes to obtain a cluster. Since cluster configuration is based on well-known templates, and for testing purposes region...

I've been playing around with polcies (currently using TypeScript), and realised that currently one has to use stack policies to enfoce absence or presence of certain types of resources. I...

feature/pac
kind/enhancement

I am creating a GKE cluser and using `kubernetes:yaml:ConfigGroup` to deploy some workload to the cluster. Before I create any resources at all, my policy that looks for certain specific...

feature/pac
impact/reliability
kind/bug
language/javascript

It would be great to know how Weaveworks policy agent compares to e.g. Gatekeeper or other existing solutions in this space.

documentation

Currently some bake config files (and Go structs) inherited mini-language syntax from flags like `--secret`, `--output` and `--ssh`. It would be much more user-friendly (mostly in terms of readability) if...

kind/enhancement
help wanted
area/bake
bake-ga

CUE now has resolved the CRD import issue with `oneOf`, `not`, and `anyOf` (#336) as well required fields. This PR integrates latest revision and updates tests.

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? _No response_ ### Describe the...

kind/enhancement
good first issue