Skip to content

fix(vm): create network interfaces with deckhouse user#2430

Merged
yaroslavborbat merged 1 commit into
mainfrom
fix/user-for-network-interfaces
Jun 2, 2026
Merged

fix(vm): create network interfaces with deckhouse user#2430
yaroslavborbat merged 1 commit into
mainfrom
fix/user-for-network-interfaces

Conversation

@yaroslavborbat
Copy link
Copy Markdown
Member

@yaroslavborbat yaroslavborbat commented Jun 1, 2026

Description

Add UID and GID fields to InterfaceSpec, set to deckhouse user (64535) for all VM network interfaces.

Why do we need it, and what problem does it solve?

Tap devices were created with root ownership, causing permission issues for deckhouse user processes. Setting UID/GID explicitly fixes this.

What is the expected result?

VM network interfaces are created with deckhouse user ownership (UID/GID 64535).

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: core
type: fix
summary: Create network interfaces with deckhouse user ownership (UID/GID 64535).

@yaroslavborbat yaroslavborbat requested a review from Isteb4k as a code owner June 1, 2026 15:35
@yaroslavborbat yaroslavborbat added this to the v1.9.0 milestone Jun 1, 2026
Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
@yaroslavborbat yaroslavborbat force-pushed the fix/user-for-network-interfaces branch from 2efef1c to 2583ba6 Compare June 1, 2026 16:15
@yaroslavborbat yaroslavborbat merged commit 3444525 into main Jun 2, 2026
29 of 30 checks passed
@yaroslavborbat yaroslavborbat deleted the fix/user-for-network-interfaces branch June 2, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants