Results 6 issues of Maksim Paskal

We want to make seamless upgrade of boundary. Currently for upgrade boundary - we must stop boundary before running database migration ``` > boundary database migrate -config /boundary/boundary.hcl Unable to...

enhancement

Fix json.Marshal error while printing http.Request in field, using JSONFormatter ``` Failed to obtain reader, Failed to marshal fields to JSON, json: unsupported type: func() ``` Common pattern of usage...

allow users to disable networks routes (enabled by default), this can be useful if user use flannel with internal network, managing routes in this scenario does not needed. disabling network...

This change helps users that use multiple Hetzner Cloud locations in kubernetes clusters that manage nodes with [Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/cluster-autoscaler-release-1.23/cluster-autoscaler/cloudprovider/hetzner). All persistent volumes that are created with this driver has nodeAffinity:...

We have trouble with running our EKS clusters with containerd container runtime. When pods with huge images start creating at the same time on the same node - kubernetes nodes...

*Description of changes:* Support high availability block volumes that can be mounted by ISCSI protocol to kubernetes pods. Ceph or Longhorn support ISCSI protocol, this PR can help users to...