-
ubuntu@ip-172-31-41-136:~$ ps -x | grep kworker
2647 pts/0 S+ 0:00 grep --color=auto kworker
ubuntu@ip-172-31-41-136:~$ pidof kworker
1938
ubuntu@ip-172-31-41-136:~$ sudo kill 1938
…
-
It seems `aws-ssm` get only 10 parameters using directory when it syncs, and I can't find any configuration to make it get more than 10 parameters for a single secret with directory configuration.
…
-
1. download the most fresh version of clickhouse via `curl https://clickhouse.com | sh` to EC2 linux and execute the following query:
`select count(*) from s3('....parquet','Parquet') SETTINGS max_me…
-
## what
```
resource "aws_rds_cluster" "example" {
# ... other configuration ...
master_password = "${data.aws_kms_secrets.example.plaintext["master_password"]}"
master_username = "${data.a…
-
## Describe the Feature
SSM allows folks to connect to an instance without the need for ssh.
This is described here: https://aws.amazon.com/blogs/big-data/securing-access-to-emr-clusters-using-a…
-
There are two ways of resolving ssm parameters (as long as it isn't a secure parameter):
1. `ssm.StringParameter.valueForStringParameter`
2. `ssm.StringParameter.fromStringParameterAttributes`
…
-
/kind feature
**In a sentence**
CAPA should look up EKS AMIs for me automatically, but it should not allow a single AWSMachineTemplate or AWSMachinePool to front multiple AMIs.
_note_: AWSMac…
rudoi updated
2 years ago
-
At some point, the generator was changed to emit `Maybe` values for all optional fields, even for types that had a sensible "empty" value (e.g., maps and lists). Among other benefits, this made it pos…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest version?
- [X] Yes, I'm u…
-
https://www.flatcar.org/
Flatcar Linux is like Bottlerocket a semi immutable Linux OS Distribution. Flatcar Linux is also supported by https://github.com/kubernetes/kops/pull/7084
I would like t…