Stevo Slavic

Results 14 comments of Stevo Slavic

Depends on https://github.com/grafana/helm-charts/issues/1495 ?

For ability to rename (remove underscores) without deleting any resources, older flux v2 is needed, one without this bug. But if flux v2 has been upgraded to a version with...

2.16.2 seems to be latest still accessible version.

@stafot I guess @simonpasquier thought about: 1. using upstream `PodSpec` https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#podspec-v1-core, vs 1. recreating it (selected details) bit by bit in `PrometheusSpec` (e.g. one can already tune containers https://github.com/prometheus-operator/prometheus-operator/blob/main/pkg/apis/monitoring/v1/types.go#L235 and...

It happens on linux too, reproduced with v0.25.18. Will update to latest and see if it can be reproduced. Btw this issue is listed as fixed in 0.26.0 for some...

@bryantbiggs it would help with migration if name prefix could be specified with no `-` suffix being added by the module https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/self-managed-node-group/main.tf#L269 Would you mind adding `name_prefix` variable, default to...

For codifying the moves, I've temporarily forked the terraform-aws-eks module, added moved blocks to moved.tf, and after one round of apply can switch away from the fork. The suffix logic...

It would help a lot with migration efforts if there was one more terraform-aws-eks v17 release that'd be compatible with terraform >= 1.1. In terraform 1.1 `moved` block was supported...

Sad, will have to fork v17 before being able to upgrade to v18.

@bryantbiggs would you consider, instead of documenting manual process, for v18 instead: - increasing terraform required version to 1.1 (for [moved](https://www.terraform.io/language/modules/develop/refactoring#refactoring) support), and - adding moved block for cluster role...