Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kubernetes: depends+=conntrack-tools
@ 2022-07-28 18:56 jzck
  2022-07-29  8:38 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jzck @ 2022-07-28 18:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

There is a new pull request by jzck against master on the void-packages repository

https://github.com/jzck/void-packages kubeadm-depends-conntrack
https://github.com/void-linux/void-packages/pull/38343

kubernetes: depends+=conntrack-tools
`kubeadm init` needs conntrack, otherwise this fatal error happens

```
error execution phase preflight: [preflight] Some fatal errors occurred:
        [ERROR FileExisting-conntrack]: conntrack not found in system path
```

`xi conntrack-tools` fixes the error.

A patch file from https://github.com/void-linux/void-packages/pull/38343.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kubeadm-depends-conntrack-38343.patch --]
[-- Type: text/x-diff, Size: 794 bytes --]

From 56b7677761afd9c45c715d40d25c56bb7a553709 Mon Sep 17 00:00:00 2001
From: Jack Halford <jack@0x5.be>
Date: Thu, 28 Jul 2022 20:52:27 +0200
Subject: [PATCH] kubernetes: depends+=conntrack-tools

---
 srcpkgs/kubernetes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kubernetes/template b/srcpkgs/kubernetes/template
index 604938bc7edd..cbfdbb7346c3 100644
--- a/srcpkgs/kubernetes/template
+++ b/srcpkgs/kubernetes/template
@@ -6,7 +6,7 @@ archs="x86_64* ppc64le*"
 build_style=go
 go_import_path="github.com/kubernetes/kubernetes"
 hostmakedepends="rsync git go-bindata which"
-depends="kubectl"
+depends="kubectl conntrack-tools"
 short_desc="Container Cluster Manager for Docker"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-14 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 18:56 [PR PATCH] kubernetes: depends+=conntrack-tools jzck
2022-07-29  8:38 ` paper42
2022-08-11 15:57 ` [PR PATCH] [Updated] " jzck
2022-08-14 12:22 ` paper42
2022-08-14 12:31 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).