dza89

Results 11 issues of dza89

### What happened? I can't run multiple etcd instances because the source ip is checked and is not configured in the certs for etcd. `kubectl logs vcluster-etcd-0` `rejected connection from...

kind/bug
needs information

Not expecting this to be merged as it's just a tiny rewrite of the google provider to get things working again. Also didn't rewrite tests.

I'm getting am/pm time in Steam which seems to be caused by the locale set in arch: ``` LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8"...

**What happened**: Nodes crashed because we didn't set a max pids per pod. **What you expected to happen**: Question is why this is set to 32768? Which seems to be...

### Before creating an issue, make sure you've checked the following: - [X] You are running the latest released version of k0s - [X] Make sure you've searched for existing...

bug

**Why This PR?** Possibility to add an auth container for example Fixes # **Changes** Changes proposed in this pull request: * Update version * Add extraContainer in deployment * Add...

Right now only the system-image is copied: ImageListSelection // set to either CopySystemImage (the default), CopyAllImages, or CopySpecificImages to control which instances we copy when the source reference is a...

enhancement
help wanted

### Terraform Version v1.2.1 ### Affected Resource(s) Datasource: - vault_aws_secret_backend_role - vault_aws_access_credentials ### Terraform Configuration Files ```hcl data "vault_aws_access_credentials" "cert_manager" { backend = vault_aws_secret_backend.aws.path role = vault_aws_secret_backend_role.cert_manager.name } resource "vault_aws_secret_backend_role"...

Noob labels don't seem to work, config: ```yaml - uses: jefflinse/[email protected] name: labels with: mode: validate repo-token: ${{ secrets.GITHUB_TOKEN }} major-label: major minor-label: minor noop-labels: - documentation change patch-label: patch...

bug

I have a file which sits which is located at /artifactory/himom.file I'm using the following parameters to upload my file: ``` params := services.NewUploadParams() params.Target = "myawesomerepo/" params.Pattern = "/artifactory/himom.file"...

question