Bahri Rizaldi
Bahri Rizaldi
@AndroidHensen try this code: ``` YYDialog().build() ..width = MediaQuery.of(context).size.width - 48 ..height = 400 ..borderRadius = 15 ..widget( Padding( padding: EdgeInsets.all(24), child: TextField( controller: myController, ), ), ) ..show(); ```...
@AndroidHensen any update on this issue?
any update about this?
We're currently using aws-cdk version `2.135.0`. Basically on pre 1.24 kubernetes, when you create a service account they will create these two resources, a service account and a secret will...
@sourishkrout Yes, but it doesn't have to be through the copy button. It should also be possible to copy using the Ctrl+C shortcut or by behaving like a regular terminal...
Closed. Ends up creating the secret token manually using `KubernetesManifest` construct.
I've already tried to set the hop limit to either 2 or 3, but still got the same error here's what I've setup on terraform: ``` module "eks" { source...
@here Since I need the cluster to be ready soon, I switched to using the Bottlerocket image, which also has the CIS Bottlerocket Benchmark Level 1 out of the box....