Levi Blackstone
Levi Blackstone
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions * Tectonic version ([release](https://github.com/coreos/tectonic-installer/releases) or commit hash): 6e6e26a50e9d40b9e4e824944fe1de482c55dd7f ## What happened? In the example tfvars files, variables...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT For Kubernetes 1.8, the [kubelet.service](https://github.com/coreos/tectonic-installer/blob/master/modules/ignition/resources/services/kubelet.service) includes a couple deprecated flags that should be updated/removed. Related to #1938 /cc @s-urbaniak...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions * Tectonic version ([release](https://github.com/coreos/tectonic-installer/releases) or commit hash): fd42c7f4a66709e76080d0179d2fde0aee29aa34 (track-01 branch) * Terraform version (`terraform version`): Terraform v0.11.2...
We should add the `kubeletExtraArgs` parameter to the ManagedNodeGroup opts. -------- > After looking at the code in [nodegroup.ts](https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/nodegroup.ts#L199), noticed that `NodeGroup` already supports `kubeletExtraArgs?: string;`. Exactly what I need...
## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...
## Expected behavior It should be possible to provision an EKS cluster in the GovCloud region ## Current behavior The update fails with the following error message: ``` error reading...
The TODO app container appears to be invalid. I followed the README and successfully created the cluster and deployed the app, but the container is crash looping. I connected to...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
The `createService` verb on Deployment, etc should have the ability to set metadata on the created Service.
Rather than this: ```ts imagePullSecrets: [{ name: imagePullSecret.metadata.name }], ``` allow ```ts imagePullSecrets: [imagePullSecret], ```