Michael Prentice
Michael Prentice
Is the `ManagedCertificate` kind (as mentioned [here](https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs)) supported with this chart?
I was able to create a `ManagedCertificate` separately via **registry-staging-certificate.yaml** ```yaml apiVersion: networking.gke.io/v1 kind: ManagedCertificate metadata: name: registry-staging spec: domains: - registry-staging.mydomain.com ``` And then `kubectl apply -f registry-staging-certificate.yaml`. Then...
It looks like one of the things that I was doing wrong was ```yaml kubernetes.io/ingress.global-static-ip-name: "xxx.xxx.xxx.xxx" ``` should be ```yaml kubernetes.io/ingress.global-static-ip-name: registry-staging-ip ``` It needs to use the static IP's...
Thank you for that explanation. I certainly appreciate it. That said, I do think that there is some benefit to improving the docs for this chart on GKE. There are...
Added a site description and application-name in #41 Boomerang has a way to define a snippet image used for sharing. That could be ported here to help with this.
This certainly still needs some attention. Trying to share my event today via G+ and this is what I see:  Obviously it...
Screenshots would be great :)
Implemented in https://github.com/gdg-x/firefly/pull/102 for the next 100 events of a tag. Still need to make a page for all events of a chapter though.
Next request will be searching for an event in the list of 100 :)
It's not initially clear why this is a problem. The issue appears to be due to the fact that the URL is not devfest.gdg.events, but it is still showing the...