Mateusz Gozdek
Mateusz Gozdek
It would be great to have another field in `Options` struct called `FunctionName`, which would generate a function returning `http.FileSystem`, rather than a function assigned to global variable, as globals...
### Terraform Version ``` Terraform v0.12.9 + provider.tls v2.1.0 ``` ### Affected Resource(s) Please list the resources as a list, for example: - tls_self_signed_cert - probably all certificates with expiration...
### Terraform Version ``` $ terraform version Terraform v0.11.13 + provider.dns v2.2.0 ``` ### Affected Resource(s) - dns_a_record_set (tested, probably others too) ### Terraform Configuration Files ```hcl resource "dns_a_record_set" "foo"...
## Issue Checklist - [x] You are submitting: feature request/bug report - [x] You verified that this is a real problem by searching the [NativeScript Forum] and the other [issues]...
It seems in some cases CCM removes IP addresses assigned to Services from MetalLB ConfigMap treating them as invalid. This causes MetalLB to reject new config, as it is invalid...
Even though CCM is rather highly privileged process on the cluster, for the sake of lease privilege principle and to better describe what CCM actually touches, current RBAC rules could...
When running from latest master, following errors can be found in the logs: ``` E1111 08:23:54.704129 1 event.go:319] Could not construct reference to: '&v1.Lease{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"cloud-controller-manager", GenerateName:"", Namespace:"kube-system", SelfLink:"/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cloud-controller-manager", UID:"fc70e414-ece0-48f7-8924-ce0d420d560f",...
It currently takes 7 parameters and #101 adds 8th, so it's definitely time to move that to dedicated struct.
Original issues: - https://github.com/coreos/container-linux-update-operator/issues/157 - https://github.com/coreos/container-linux-update-operator/issues/156 Do note, that some of this information can already be obtained using `kube_node_labels` metric: ``` kube_node_labels{container="kube-state-metrics",endpoint="http",job="kube-state-metrics",label_beta_kubernetes_io_arch="amd64",label_beta_kubernetes_io_os="linux",label_flatcar_linux_update_v1_flatcar_linux_net_group="alpha",label_flatcar_linux_update_v1_flatcar_linux_net_id="flatcar",label_flatcar_linux_update_v1_flatcar_linux_net_reboot_needed="false",label_flatcar_linux_update_v1_flatcar_linux_net_version="2671.0.0",label_foo="bar",label_kubernetes_io_arch="amd64",label_kubernetes_io_hostname="theory-main-workers-1",label_kubernetes_io_os="linux",namespace="prometheus-operator",node="theory-main-workers-1",pod="prometheus-operator-kube-state-metrics-d969c4b58-68zqw",service="prometheus-operator-kube-state-metrics"}
This commit provides PoC version of implementing agent waiting for all volumtes attached to the node to be detached as a step after draining the node, as shutting down the...