Hussein Galal
Hussein Galal
I have small kubernetes cluster (coreos nodes), I ran the glusterfs containers, everything went ok until i tried to mount the volume using kubernetes volume plugin: Unable to mount volumes...
#### Proposed Changes #### Add Fapolicyd rules to k3s #### Types of Changes #### feature #### Verification #### #### Testing #### #### Linked Issues #### - https://github.com/k3s-io/k3s/issues/9008 #### User-Facing Change...
Rancher Version: build-master:v0.20.0 Docker Version: 1.11.2 Catalog Template: Taiga template Taiga template is giving error whenever i try to sign in or sign up:  The logs of the container:...
#### Proposed Changes #### #### Types of Changes #### #### Verification #### #### Testing #### #### Linked Issues #### #### User-Facing Change #### ```release-note ``` #### Further Comments ####
#### Proposed Changes #### The PR adds a new admission plugin to the apiserver, this has become available by the recent patch https://github.com/k3s-io/kubernetes/commit/94d3e600eedb04b7612a9bda3bf1d348e5dd769e which allows the users to register a...
- One-line PR description: Add Semantic Version Comparison Operators to Tolerations and NodeAffinity - Issue link: https://github.com/kubernetes/enhancements/issues/5721 - Other comments:
### Enhancement Description Currently, Kubernetes tolerations and NodeAffinity rules lack semantic versioning support. This feature will allow filtering based on semver ranges (e.g., >=v1.26.0) by adding new comparison operators: -...
Version: v1.11.0 It seems that the PodController is not triggered when `EphemeralContainers` are patched to a running pod, the [PodsEqual](https://github.com/virtual-kubelet/virtual-kubelet/blob/master/node/pod.go#L125-L131) function is not checking for EphemeralContainers changes, this causes PodUpdate()...