Szymon Szypulski
Szymon Szypulski
I've reported same issue using email ([email protected]), I was told on slack to create issue here. On deis.com/blog link to rss is https://deis.com/sitemap.xml, however it doesn't validate properly - https://validator.w3.org/feed/check.cgi?url=https://deis.com/sitemap.xml....
### GitLab Provider version 3.12.0 ### GitLab version GitLab Enterprise Edition 15.1.0-pre 80f9517bf8e ### Terraform version Terraform v1.0.10 ### Relevant Terraform Configuration ```hcl resource "gitlab_project_mirror" "this" { keep_divergent_refs = true...
I am not sure if I have messed something or it is not fully supported. Config which I am trying ``` apiVersion: enterprises.upmc.com/v1 kind: ElasticsearchCluster metadata: name: es-cluster spec: kibana:...
Add support for service.spec.loadBalancerSourceRanges. We can control security group entries for AWS load balancers. Chart supported this in previous versions (3.x). Add a helper to format config maps sections without...
I'm not sure how good/bad idea this is, I'll describe my issue and maybe better solution will came up during discussion. Configuration: - Workflow 2.10 - EC2 - TCP ELB...
When <sub>.example.com domain is added to app on example.com cluster, ssl configuration is missing
Configuration - Workflow 2.10 - `router.deis.io/nginx.platformDomain: example.com` When I add FQDN (`sub1.example.com`) domain which includes my platform domain (`example.com`) and it isn't application name, then SSL configuration isn't created on...
It is for people trying to run an arm64-only infrastructure (for example, Gravitron). From my testing, we do not need any other changes.
I'm not sure which gem's fault this is but story is I'm setting up cluster with chef-provisioning, my knife.rb is: ``` drivers({ 'fog:DigitalOcean:staging' => { :driver_options => { :compute_options =>...
``` $ knife vault create foo bar # put some data $ knife vault download foo bar ~/file Saved as /Users/szymon/file $ cat ~/file # empty file, 0 bytes $...
I'm running simple provisioning ``` ruby require 'chef/provisioning/fog_driver/driver' with_chef_server 'https://api.opscode.com/organizations/someorg', client_name: Chef::Config[:node_name], signing_key_filename: Chef::Config[:client_key] machine 'web1' do recipe 'web_server' converge true end ``` via `CHEF_PROFILE=shellyinten chef-client -c ~/.chef/knife.rb provision.rb`. Server...