-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
images: enrich metalk8s-utils
image
#2374
Conversation
Hello nicolast,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
8b506ac
to
88dbf2f
Compare
This patch extends the `metalk8s-utils` `Dockerfile` to add a bunch of packages (and make some related changes): - The Kubernetes and SaltStack repositories are enabled in the image - No longer override the entrypoint - Fail when a given package (name) doesn't exist - Add the following packages to the image: * `bash-completion` * `bash-completion-extras` * `bzip2` * `conntrack-tools` * `cri-tools`, for `crictl` * `e2fsprogs` * `ebtables` * `etcd`, for `etcdctl` * `ethtool` * `gdb` * `git` * `htop` * `httpd-tools`, for `htpasswd` (see #2352) * `iotop` * `iperf3` (next to `iperf` which was already installed) * `ipset` * `iptables` * `ipvsadm` * `jnettop` * `jq` * `kubectl` (pinned to the version of Kubernetes this MetalK8s release ships with) * `less` * `lsof` * `ltrace` * `lvm2` * `net-tools` * `nethogs` * `nmap` * `nmap-ncat`, for `nc` * `openssh-clients` * `openssh-server` * `openssl`, for its CLI interface * `parted` * `perf` * `rsync` * `salt-master`, for `salt` and `salt-run` * `salt-minion`, for `salt-call` * `strace` * `sysstat` * `tcpdump` * `util-linux`, for `nsenter` and others * `vim` * `wget` * `wireshark`, for `tshark` * `xfsprogs` This resolves #2156 to a great extent. However, documentation on how to use the image is still lacking, as well as some of the tools referred to in the ticket, for which no upstream packages are available. See: #2156 See: #2352
88dbf2f
to
1f86f6a
Compare
@bert-e approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye nicolast. |
This patch extends the
metalk8s-utils
Dockerfile
to add a bunch ofpackages (and make some related changes):
The Kubernetes and SaltStack repositories are enabled in the image
No longer override the entrypoint
Fail when a given package (name) doesn't exist
Add the following packages to the image:
bash-completion
bash-completion-extras
bzip2
conntrack-tools
cri-tools
, forcrictl
e2fsprogs
ebtables
etcd
, foretcdctl
ethtool
gdb
git
htop
httpd-tools
, forhtpasswd
(see Adding a new user should not require to fetch and deploy new packages #2352)iotop
iperf3
(next toiperf
which was already installed)ipset
iptables
ipvsadm
jnettop
jq
kubectl
(pinned to the version of Kubernetes this MetalK8s release ships with)less
lsof
ltrace
lvm2
net-tools
nethogs
nmap
nmap-ncat
, fornc
openssh-clients
openssh-server
openssl
, for its CLI interfaceparted
perf
rsync
salt-master
, forsalt
andsalt-run
salt-minion
, forsalt-call
strace
sysstat
tcpdump
util-linux
, fornsenter
and othersvim
wget
wireshark
, fortshark
xfsprogs
This resolves #2156 to a great extent. However, documentation on how to
use the image is still lacking, as well as some of the tools referred to
in the ticket, for which no upstream packages are available.
See: #2156
See: #2352