Andreas Engl
Andreas Engl
I'll just leave this here... I can get the watermark to show up with ```sh watermark: imagePath: https://www.liquidata.co/Liquidata-main-logo-RGB.png style: position: absolute right: 15px top: 1px width: 50px ``` I haven't...
Hi I encountered the same problem, found this: https://aws.amazon.com/blogs/desktop-and-application-streaming/automating-aws-systems-manager-activation-for-amazon-workspaces and changed ```sh compname=$(hostname) ``` to something more helpful. Interstingly the agent has a tag flag, but I could not make...
The documented example has this problem as well: https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/secret_v1#example-usage-service-account-token ```tf resource "kubernetes_secret_v1" "example" { metadata { annotations = { "kubernetes.io/service-account.name" = "my-service-account" } } type = "kubernetes.io/service-account-token" } ``` ```sh...
We are following the same idea, to have an agent running in eks to only do the rds checks. Agent status looks good so far: kubectl exec -it agent status...