Dariusz
Dariusz
### Description of the tech debt to be addressed, include links and screenshots I've tried to use kubeadm module to bootstrap k8s cluster (1.23.0) https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.kubeadm.html#salt.modules.kubeadm.init `experimental_upload_certs` and `experimental_control_plane` are invalid...
### What does this PR do? ### What issues does this PR fix or reference? Fixes: #61369 ### Previous Behavior Unable to create k8s (v1.23.X) cluster via salt module ###...
**Describe the bug** Now, we have to use python version (3.9.x) to build modules same, otherwise sequences will not run on STH **Steps to Reproduce** ***Reproduction repo/branch*** 1. change python...
**Describe the bug** I've uploaded a lot of sequences to STH, now running `si sequence ls` it trims JSON output like following: ```bash { id: 'b3290435-ee94-42a5-9b32-e28a3eefa895', config: { type: 'kubernetes',...
**Feature description** Adds --filter to `ls` command to filter output `si instance ls --filter ` `si sequence ls --filter `
**Describe the bug** A clear and concise description of what the bug is. STH does not cleanup runners with `Completed` status ```bash NAME READY STATUS RESTARTS AGE runner-16340249-7a8f-42c0-9abe-41e8079af9f5 0/1 Completed...
**Feature description** We should add ability via some argument to connect to endpoint with self signed certs e.g for development purposes. Some argument like `-k` / `--insecure` in curl will...
**Describe the bug** autocompletion doesn't suggest files and directories e.g in `si pack` **Steps to Reproduce** 1. type `si pack ` and press tab for autocompletion **Expected behavior** `si pack`...
It's possible to generate empty secret. :(
Restrict access by whitelisted FQDN. For example when we want `BASE_URL=secret.mydomain.com` I'd like to limit access to webserver with only such Host header.