-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dkeightley
committed
Oct 1, 2024
1 parent
6995065
commit 922639e
Showing
3 changed files
with
87 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Title</title> | ||
<meta charset="utf-8"> | ||
<style> | ||
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); | ||
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); | ||
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); | ||
|
||
body { font-family: 'Droid Serif'; } | ||
h1, h2, h3 { | ||
font-family: 'Yanone Kaffeesatz'; | ||
font-weight: normal; | ||
} | ||
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } | ||
</style> | ||
</head> | ||
<body> | ||
<textarea id="source"> | ||
|
||
class: center, middle | ||
|
||
# CFL Summit | Rancher Lab | ||
|
||
--- | ||
|
||
## What are we working with? | ||
|
||
In the lab environment the following has been pre-created: | ||
- Rancher | ||
- RKE2 downstream clusters | ||
- Some deployments to troubleshoot | ||
|
||
# Webhooks in Kubernetes | ||
|
||
--- | ||
|
||
## What are they? | ||
|
||
- | ||
|
||
|
||
|
||
|
||
|
||
[webhook-flow](https://miro.medium.com/v2/resize:fit:4800/format:webp/0*rKDzcFeAFWuYsFeg.jpg) | ||
|
||
--- | ||
|
||
[webhook-detailed](https://miro.medium.com/v2/resize:fit:4800/format:webp/1*tFRqBPkv9X4Y8RO7agtcWw.jpeg) | ||
|
||
--- | ||
|
||
More info on webhooks | ||
|
||
https://book-v1.book.kubebuilder.io/beyond_basics/what_is_a_webhook | ||
|
||
## Common network issues | ||
|
||
--- | ||
|
||
- connection refused | ||
- i/o timeout | ||
- connection reset by peer | ||
- no route to hose | ||
- dns failure | ||
|
||
</textarea> | ||
<script src="https://remarkjs.com/downloads/remark-latest.min.js"> | ||
</script> | ||
<script> | ||
var slideshow = remark.create(); | ||
</script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters