Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS (HTTPS) section to gke.md #148

Closed
wants to merge 2 commits into from
Closed

Conversation

tamanyan
Copy link
Contributor

@tamanyan tamanyan commented Sep 28, 2018

What this PR does / why we need it:

Update gke.md in order to add the instruction of how to setup TLS (HTTPS) on GKE by using Let's Encrypt.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Nothing.

Special notes for your reviewer:

Nothing.

@codecov-io
Copy link

codecov-io commented Sep 28, 2018

Codecov Report

Merging #148 into master will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   26.26%   26.37%   +0.11%     
==========================================
  Files          46       46              
  Lines        3591     3591              
==========================================
+ Hits          943      947       +4     
+ Misses       2534     2530       -4     
  Partials      114      114
Impacted Files Coverage Δ
cli/ingress-controller/main.go 22.22% <0%> (+2.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a99fbcd...0508548. Read the comment docs.

@rainest
Copy link
Contributor

rainest commented Sep 28, 2018

Although it's arguably covered in the gke-letsencrypt steps, I'd recommend noting that the Ingress creation at the end is effectively step 4 of their instructions, and that steps 5 & 6 should be completed afterward.

@tamanyan
Copy link
Contributor Author

@rainest I added the timing of the Ingress creation

@hbagdi
Copy link
Member

hbagdi commented Oct 3, 2018

ping @rainest

@@ -216,13 +216,13 @@ spec:

You need to set your API with HTTPS in order to expose your service securely. In this section, I will explain how to secure it with [Let’s Encrypt](https://letsencrypt.org/).

1. Register your domain
##### 1. Register fyour domain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyour -> your

Copy link
Contributor

@rainest rainest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved pending the typo Cooper mentioned.

@hbagdi
Copy link
Member

hbagdi commented Oct 3, 2018

@tamanyan Merged manually. Thank you for the contribution!

@hbagdi hbagdi closed this Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants