Deploy GitHub Pages
This commit is contained in:
parent
fe1a2ca795
commit
33d6ce7646
63 changed files with 3021 additions and 6138 deletions
113
404.html
113
404.html
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/assets/images/favicon.png">
|
<link rel="shortcut icon" href="/assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="/assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="/assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="/assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="/extra.css">
|
<link rel="stylesheet" href="/extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -118,22 +146,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
|
||||||
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -156,7 +181,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -167,20 +191,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -284,20 +306,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1071,23 +1091,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="/assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"/"}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"/"}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
6
assets/javascripts/application.d9aa80ab.js
Normal file
6
assets/javascripts/application.d9aa80ab.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
assets/javascripts/lunr/lunr.ja.js
Normal file
1
assets/javascripts/lunr/lunr.ja.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(m){if(void 0===m)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===m.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var l="2"==m.version[0];m.ja=function(){this.pipeline.reset(),this.pipeline.add(m.ja.trimmer,m.ja.stopWordFilter,m.ja.stemmer),l?this.tokenizer=m.ja.tokenizer:(m.tokenizer&&(m.tokenizer=m.ja.tokenizer),this.tokenizerFn&&(this.tokenizerFn=m.ja.tokenizer))};var j=new m.TinySegmenter;m.ja.tokenizer=function(e){var r,t,i,n,o,s,p,a,u;if(!arguments.length||null==e||null==e)return[];if(Array.isArray(e))return e.map(function(e){return l?new m.Token(e.toLowerCase()):e.toLowerCase()});for(r=(t=e.toString().toLowerCase().replace(/^\s+/,"")).length-1;0<=r;r--)if(/\S/.test(t.charAt(r))){t=t.substring(0,r+1);break}for(o=[],i=t.length,p=a=0;a<=i;a++)if(s=a-p,t.charAt(a).match(/\s/)||a==i){if(0<s)for(n=j.segment(t.slice(p,a)).filter(function(e){return!!e}),u=p,r=0;r<n.length;r++)l?o.push(new m.Token(n[r],{position:[u,n[r].length],index:o.length})):o.push(n[r]),u+=n[r].length;p=a+1}return o},m.ja.stemmer=function(e){return e},m.Pipeline.registerFunction(m.ja.stemmer,"stemmer-ja"),m.ja.wordCharacters="一二三四五六七八九十百千万億兆一-龠々〆ヵヶぁ-んァ-ヴーア-ン゙a-zA-Za-zA-Z0-90-9",m.ja.trimmer=m.trimmerSupport.generateTrimmer(m.ja.wordCharacters),m.Pipeline.registerFunction(m.ja.trimmer,"trimmer-ja"),m.ja.stopWordFilter=m.generateStopWordFilter("これ それ あれ この その あの ここ そこ あそこ こちら どこ だれ なに なん 何 私 貴方 貴方方 我々 私達 あの人 あのかた 彼女 彼 です あります おります います は が の に を で え から まで より も どの と し それで しかし".split(" ")),m.Pipeline.registerFunction(m.ja.stopWordFilter,"stopWordFilter-ja"),m.jp=m.ja,m.Pipeline.registerFunction(m.jp.stemmer,"stemmer-jp"),m.Pipeline.registerFunction(m.jp.trimmer,"trimmer-jp"),m.Pipeline.registerFunction(m.jp.stopWordFilter,"stopWordFilter-jp")}});
|
|
@ -1 +1 @@
|
||||||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(n){if(void 0===n)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===n.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var i="2"==n.version[0];n.jp=function(){this.pipeline.reset(),this.pipeline.add(n.jp.stopWordFilter,n.jp.stemmer),i?this.tokenizer=n.jp.tokenizer:(n.tokenizer&&(n.tokenizer=n.jp.tokenizer),this.tokenizerFn&&(this.tokenizerFn=n.jp.tokenizer))};var o=new n.TinySegmenter;n.jp.tokenizer=function(e){if(!arguments.length||null==e||null==e)return[];if(Array.isArray(e))return e.map(function(e){return i?new n.Token(e.toLowerCase()):e.toLowerCase()});for(var r=e.toString().toLowerCase().replace(/^\s+/,""),t=r.length-1;0<=t;t--)if(/\S/.test(r.charAt(t))){r=r.substring(0,t+1);break}return o.segment(r).filter(function(e){return!!e}).map(function(e){return i?new n.Token(e):e})},n.jp.stemmer=function(e){return e},n.Pipeline.registerFunction(n.jp.stemmer,"stemmer-jp"),n.jp.wordCharacters="一二三四五六七八九十百千万億兆一-龠々〆ヵヶぁ-んァ-ヴーア-ン゙a-zA-Za-zA-Z0-90-9",n.jp.stopWordFilter=function(e){if(-1===n.jp.stopWordFilter.stopWords.indexOf(i?e.toString():e))return e},n.jp.stopWordFilter=n.generateStopWordFilter("これ それ あれ この その あの ここ そこ あそこ こちら どこ だれ なに なん 何 私 貴方 貴方方 我々 私達 あの人 あのかた 彼女 彼 です あります おります います は が の に を で え から まで より も どの と し それで しかし".split(" ")),n.Pipeline.registerFunction(n.jp.stopWordFilter,"stopWordFilter-jp")}});
|
module.exports=require("./lunr.ja");
|
1
assets/javascripts/lunr/lunr.nl.js
Normal file
1
assets/javascripts/lunr/lunr.nl.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/javascripts/lunr/lunr.th.js
Normal file
1
assets/javascripts/lunr/lunr.th.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(t){if(void 0===t)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===t.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var i="2"==t.version[0];t.th=function(){this.pipeline.reset(),this.pipeline.add(t.th.trimmer),i?this.tokenizer=t.th.tokenizer:(t.tokenizer&&(t.tokenizer=t.th.tokenizer),this.tokenizerFn&&(this.tokenizerFn=t.th.tokenizer))},t.th.wordCharacters="[-]",t.th.trimmer=t.trimmerSupport.generateTrimmer(t.th.wordCharacters),t.Pipeline.registerFunction(t.th.trimmer,"trimmer-th");var n=t.wordcut;n.init(),t.th.tokenizer=function(e){if(!arguments.length||null==e||null==e)return[];if(Array.isArray(e))return e.map(function(e){return i?new t.Token(e):e});var r=e.toString().replace(/^\s+/,"");return n.cut(r).split("|")}}});
|
1
assets/javascripts/lunr/wordcut.js
Normal file
1
assets/javascripts/lunr/wordcut.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/javascripts/modernizr.1f0bcf2b.js
Normal file
1
assets/javascripts/modernizr.1f0bcf2b.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
assets/stylesheets/application-palette.224b79ff.css
Normal file
1
assets/stylesheets/application-palette.224b79ff.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1
assets/stylesheets/application.982221ab.css
Normal file
1
assets/stylesheets/application.982221ab.css
Normal file
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Bare-metal considerations
|
||||||
Bare-metal considerations
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1619,23 +1639,16 @@ and the Service port:</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../extra.css">
|
<link rel="stylesheet" href="../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Installation Guide
|
||||||
Installation Guide
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1570,23 +1590,16 @@ To install the chart with the release name <code class="codehilite">my-nginx</co
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Role Based Access Control (RBAC)
|
||||||
Role Based Access Control (RBAC)
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1335,23 +1355,16 @@ container arguments, and POD_NAMESPACE should be in the nginx-ingress namespace.
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Upgrade
|
||||||
Upgrade
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1241,23 +1261,16 @@ you should be able to upgrade using</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../extra.css">
|
<link rel="stylesheet" href="../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Development
|
||||||
Development
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1464,23 +1484,16 @@ Typically, a release branch should have stable code.</li>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Prerequisites
|
||||||
Prerequisites
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1315,23 +1335,16 @@ which you can deploy as follows</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Sticky Sessions
|
||||||
Sticky Sessions
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1290,23 +1310,16 @@ This means that you can face the situation that you've configured Session Affini
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Basic Authentication
|
||||||
Basic Authentication
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1265,23 +1285,16 @@ BODY:
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Client Certificate Authentication
|
||||||
Client Certificate Authentication
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1247,23 +1267,16 @@ $ kubectl create secret generic tls-secret --from-file<span class="o">=</span>tl
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
External Basic Authentication
|
||||||
External Basic Authentication
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1333,23 +1353,16 @@ BODY:
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
External OAUTH Authentication
|
||||||
External OAUTH Authentication
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1314,23 +1334,16 @@ into a Kubernetes cluster and use it to protect the Kubernetes Dashboard using g
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Configuration Snippets
|
||||||
Configuration Snippets
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1214,23 +1234,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Custom Configuration
|
||||||
Custom Configuration
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1165,23 +1185,16 @@ metadata:
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Custom Errors
|
||||||
Custom Errors
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1290,23 +1310,16 @@ responses are still in the correct format when a backend returns 503 (eg. if you
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Custom Headers
|
||||||
Custom Headers
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1205,23 +1225,16 @@ server</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
External authentication
|
||||||
External authentication
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1273,23 +1293,16 @@ follows:</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Custom DH parameters for perfect forward secrecy
|
||||||
Custom DH parameters for perfect forward secrecy
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1264,23 +1284,16 @@ use a ConfigMap to configure custom Diffie-Hellman parameters file to help with
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Sysctl tuning
|
||||||
Sysctl tuning
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1151,23 +1171,16 @@ using <code class="codehilite">kubectl patch</code></p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Docker registry
|
||||||
Docker registry
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1280,23 +1300,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
gRPC
|
||||||
gRPC
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1360,23 +1380,16 @@ to help make it easier for your users to consume your API.</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../extra.css">
|
<link rel="stylesheet" href="../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Introduction
|
||||||
Introduction
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1261,23 +1281,16 @@ Please review the <a href="PREREQUISITES/">prerequisites</a> before trying them.
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Multi TLS certificate termination
|
||||||
Multi TLS certificate termination
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1234,23 +1254,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Rewrite
|
||||||
Rewrite
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1368,23 +1388,16 @@ Connection: keep-alive
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Static IPs
|
||||||
Static IPs
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1340,23 +1360,16 @@ Service with <code class="codehilite">spec.loadBalancerIP</code> set to <code cl
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
TLS termination
|
||||||
TLS termination
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1286,23 +1306,16 @@ TLS cert, and forward un-encrypted HTTP traffic to the test HTTP service.</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../extra.css">
|
<link rel="stylesheet" href="../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
How it works
|
||||||
How it works
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1318,23 +1338,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
113
index.html
113
index.html
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="assets/images/favicon.png">
|
<link rel="shortcut icon" href="assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="extra.css">
|
<link rel="stylesheet" href="extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Welcome
|
||||||
Welcome
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1181,23 +1201,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
90
sitemap.xml
90
sitemap.xml
|
@ -2,227 +2,227 @@
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2019-02-27</lastmod>
|
<lastmod>2019-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../extra.css">
|
<link rel="stylesheet" href="../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Troubleshooting
|
||||||
Troubleshooting
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1681,23 +1701,16 @@ dump. This allows us to see which configuration is being used, as well as older
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Basic usage - host based routing
|
||||||
Basic usage - host based routing
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -288,20 +310,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1139,23 +1159,16 @@ Please note that the ingress resource should be placed inside the same namespace
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Command line arguments
|
||||||
Command line arguments
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1317,23 +1337,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Custom errors
|
||||||
Custom errors
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1195,23 +1215,16 @@ NGINX does not change the response from the custom default backend.</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Default backend
|
||||||
Default backend
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1162,23 +1182,16 @@ provides an additional service for the purpose of customizing the error pages se
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Exposing TCP and UDP services
|
||||||
Exposing TCP and UDP services
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1198,23 +1218,16 @@ The next example shows how to expose the service <code class="codehilite">kube-d
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
External Articles
|
||||||
External Articles
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1151,23 +1171,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Regular expressions in paths
|
||||||
Regular expressions in paths
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1402,23 +1422,16 @@ location ~* "^/foo/bar/bar" {
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Miscellaneous
|
||||||
Miscellaneous
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1304,23 +1324,16 @@ The previous behavior can be restored using <code class="codehilite">retry-non-i
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Prometheus and Grafana installation
|
||||||
Prometheus and Grafana installation
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1307,23 +1327,16 @@ According to the above example, this URL will be http://10.192.0.3:31086</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Multiple Ingress controllers
|
||||||
Multiple Ingress controllers
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1233,23 +1253,16 @@ result in both or all controllers fighting to satisfy the Ingress, and all of th
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Annotations
|
||||||
Annotations
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -2760,23 +2780,16 @@ Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
ConfigMap
|
||||||
ConfigMap
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -4049,23 +4069,16 @@ It's possible to use here full strings and regular expressions. More details abo
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Custom NGINX template
|
||||||
Custom NGINX template
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1196,23 +1216,16 @@ In addition to the built-in functions provided by the Go package the following f
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Introduction
|
||||||
Introduction
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1153,23 +1173,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
Log format
|
||||||
Log format
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1270,23 +1290,16 @@
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
ModSecurity Web Application Firewall
|
||||||
ModSecurity Web Application Firewall
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1158,23 +1178,16 @@ Using <code class="codehilite">enable-owasp-modsecurity-crs: "true"</c
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../../extra.css">
|
<link rel="stylesheet" href="../../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
OpenTracing
|
||||||
OpenTracing
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1423,23 +1443,16 @@ http://192.168.99.100:30183
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
|
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.0.2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application.11e41852.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application.982221ab.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.22915126.css">
|
<link rel="stylesheet" href="../../assets/stylesheets/application-palette.224b79ff.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="../../assets/javascripts/modernizr.20ef595d.js"></script>
|
<script src="../../assets/javascripts/modernizr.1f0bcf2b.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,6 +66,34 @@
|
||||||
<link rel="stylesheet" href="../../extra.css">
|
<link rel="stylesheet" href="../../extra.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.ga = window.ga || function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
ga.l = +new Date
|
||||||
|
/* Setup integration and send page view */
|
||||||
|
ga("create", "UA-118407822-1", "kubernetes.github.io")
|
||||||
|
ga("set", "anonymizeIp", true)
|
||||||
|
ga("send", "pageview")
|
||||||
|
/* Register handler to log search on blur */
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
if (document.forms.search) {
|
||||||
|
var query = document.forms.search.query
|
||||||
|
query.addEventListener("blur", function() {
|
||||||
|
if (this.value) {
|
||||||
|
var path = document.location.pathname;
|
||||||
|
ga("send", "pageview", path + "?q=" + this.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,22 +150,19 @@
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
|
|
||||||
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
NGINX Ingress Controller
|
||||||
NGINX Ingress Controller
|
</span>
|
||||||
</span>
|
<span class="md-header-nav__topic">
|
||||||
<span class="md-header-nav__topic">
|
TLS/HTTPS
|
||||||
TLS/HTTPS
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
|
|
||||||
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
|
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
|
||||||
|
|
||||||
<div class="md-search" data-md-component="search" role="dialog">
|
<div class="md-search" data-md-component="search" role="dialog">
|
||||||
<label class="md-search__overlay" for="__search"></label>
|
<label class="md-search__overlay" for="__search"></label>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
|
@ -160,7 +185,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,20 +195,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -290,20 +312,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
||||||
<a href="https://github.com/kubernetes/ingress-nginx/" title="Go to repository" class="md-source" data-md-source="github">
|
|
||||||
|
<div class="md-source__icon">
|
||||||
<div class="md-source__icon">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<use xlink:href="#__github" width="24" height="24"></use>
|
||||||
<use xlink:href="#__github" width="24" height="24"></use>
|
</svg>
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="md-source__repository">
|
|
||||||
kubernetes/ingress-nginx
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
<div class="md-source__repository">
|
||||||
|
kubernetes/ingress-nginx
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
|
@ -1393,23 +1413,16 @@ are not compatible with nginx-ingress's default configuration.</p>
|
||||||
Material for MkDocs</a>
|
Material for MkDocs</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../assets/javascripts/application.9e1f3b71.js"></script>
|
<script src="../../assets/javascripts/application.d9aa80ab.js"></script>
|
||||||
|
|
||||||
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
<script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-118407822-1","kubernetes.github.io"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue