Tim Schwenke

Results 149 comments of Tim Schwenke

I'm just using local exec to deploy the few Kubernetes resources I want to "manage" with Terraform. At the moment I don't want to split my rather small Terraform state...

Does any of the syntaxes work for you? ![image](https://user-images.githubusercontent.com/24834206/171284890-e847112d-62d6-463e-b6af-c5a3eafee625.png)

@konstantinbarkalov, how can I turn it on? When I login with config password it fails on import: ![image](https://user-images.githubusercontent.com/24834206/124832380-e4a6af80-df7c-11eb-92ff-c01a7d269504.png)

Ok I logged into the server created the file `file.ldif` ``` dn: cn=module{0},cn=config changetype: modify add: olcModuleLoad olcModuleLoad: pw-sha2 - ``` And then executed following command: ``` ldapmodify -Q -Y...

@bliles, I don't agree with this statement. At my company (and probably we aren't the only ones) our AWS accounts all enforce that every role must trust a specific entity...

Can't you just use `docker_machine_iam_policy_arns`?

Also it is useful for me because in the accounts I work with rules enforce that every role must trust a special entity used for monitoring and audit

A major version bump that throws out a bunch of deprecated stuff would be great

There's another gotcha. WSL automatically adds stuff to PATH pointing to windows directories. This can bring auto complete to a hold. Solution: disabling this part of auto complete or disabling...

Is this still relevant? We now have a benchmark optimized for EKS. ```txt sh-4.2$ kube-bench run --targets node --benchmark eks-1.0.1 [INFO] 3 Worker Node Security Configuration [INFO] 3.1 Worker Node...