Skip to content

Commit

Permalink
Deployed 33838dd to v2.7 with MkDocs 1.1.2 and mike 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed Apr 17, 2024
1 parent 1ca3e86 commit cd08b67
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 29 deletions.
6 changes: 6 additions & 0 deletions v2.7/deploy/configurations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,12 @@ <h2 id="controller-command-line-flags">Controller command line flags<a class="he
<td>AWS VPC ID for the Kubernetes cluster</td>
</tr>
<tr>
<td>allowed-certificate-authority-arns</td>
<td>stringList</td>
<td>[]</td>
<td>Specify an optional list of CA ARNs to filter on in cert discovery (empty means all CAs are allowed)</td>
</tr>
<tr>
<td>backend-security-group</td>
<td>string</td>
<td></td>
Expand Down
5 changes: 4 additions & 1 deletion v2.7/guide/ingress/annotations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,10 @@ <h2 id="traffic-routing">Traffic Routing<a class="headerlink" href="#traffic-rou
<li>
<p><a name="subnets"><code>alb.ingress.kubernetes.io/subnets</code></a> specifies the <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">Availability Zone</a>s that the ALB will route traffic to. See <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-subnets.html">Load Balancer subnets</a> for more details.</p>
<div class="admonition note">
<p>You must specify at least two subnets in different AZs. Either subnetID or subnetName(Name tag on subnets) can be used.</p>
<p>You must specify at least two subnets in different AZs unless utilizing the outpost locale, in which case a single subnet suffices. Either subnetID or subnetName(Name tag on subnets) can be used.</p>
</div>
<div class="admonition note">
<p>You must not mix subnets from different locales: availability-zone, local-zone, wavelength-zone, outpost.</p>
</div>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
Expand Down
20 changes: 20 additions & 0 deletions v2.7/guide/service/annotations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,12 @@ <h2 id="annotations">Annotations<a class="headerlink" href="#annotations" title=
<td>true</td>
<td></td>
</tr>
<tr>
<td><a href="#update-security-settings">service.beta.kubernetes.io/aws-load-balancer-inbound-sg-rules-on-private-link-traffic</a></td>
<td>string</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="traffic-routing">Traffic Routing<a class="headerlink" href="#traffic-routing" title="Permanent link">&para;</a></h2>
Expand Down Expand Up @@ -1601,6 +1607,9 @@ <h2 id="resource-attributes">Resource attributes<a class="headerlink" href="#res
<li>enable <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#client-ip-preservation">client IP preservation</a>
<div class="highlight"><pre><span></span><code>service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: preserve_client_ip.enabled=true
</code></pre></div></li>
<li>disable immediate <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health.html#unhealthy-target-connection-termination">connection termination for unhealthy targets</a> and configure a 30s draining interval (available range is 0-360000 seconds)
<div class="highlight"><pre><span></span><code>service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: target_health_state.unhealthy.connection_termination.enabled=false,target_health_state.unhealthy.draining_interval_seconds=30
</code></pre></div></li>
</ul>
</div>
</li>
Expand Down Expand Up @@ -1628,6 +1637,9 @@ <h2 id="resource-attributes">Resource attributes<a class="headerlink" href="#res
<li>enable cross zone load balancing
<div class="highlight"><pre><span></span><code>service.beta.kubernetes.io/aws-load-balancer-attributes: load_balancing.cross_zone.enabled=true
</code></pre></div></li>
<li>enable client availability zone affinity
<div class="highlight"><pre><span></span><code>service.beta.kubernetes.io/aws-load-balancer-attributes: dns_record.client_routing_policy=availability_zone_affinity
</code></pre></div></li>
</ul>
</div>
</li>
Expand Down Expand Up @@ -1895,6 +1907,14 @@ <h2 id="access-control">Access control<a class="headerlink" href="#access-contro
</code></pre></div>
</div>
</li>
<li>
<p><a name="update-security-settings"><code>service.beta.kubernetes.io/aws-load-balancer-inbound-sg-rules-on-private-link-traffic</code></a> specifies whether to apply security group rules to traffic sent to the load balancer through AWS PrivateLink. </p>
<div class="admonition example">
<p class="admonition-title">Example</p>
<div class="highlight"><pre><span></span><code>service.beta.kubernetes.io/aws-load-balancer-inbound-sg-rules-on-private-link-traffic: &quot;off&quot;
</code></pre></div>
</div>
</li>
</ul>
<h2 id="legacy-cloud-provider">Legacy Cloud Provider<a class="headerlink" href="#legacy-cloud-provider" title="Permanent link">&para;</a></h2>
<p>The AWS Load Balancer Controller manages Kubernetes Services in a compatible way with the AWS cloud provider's legacy service controller.</p>
Expand Down
47 changes: 46 additions & 1 deletion v2.7/guide/targetgroupbinding/targetgroupbinding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,20 @@
Sample YAML
</a>

</li>

<li class="md-nav__item">
<a href="#vpcid" class="md-nav__link">
VpcID
</a>

</li>

<li class="md-nav__item">
<a href="#sample-yaml_1" class="md-nav__link">
Sample YAML
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1044,6 +1058,20 @@
Sample YAML
</a>

</li>

<li class="md-nav__item">
<a href="#vpcid" class="md-nav__link">
VpcID
</a>

</li>

<li class="md-nav__item">
<a href="#sample-yaml_1" class="md-nav__link">
Sample YAML
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1103,7 +1131,7 @@ <h1 id="targetgroupbinding">TargetGroupBinding<a class="headerlink" href="#targe
<div class="admonition tip">
<p class="admonition-title">usage to support Ingress and Service</p>
<p>The AWS LoadBalancer controller internally used TargetGroupBinding to support the functionality for Ingress and Service resource as well.
It automatically creates TargetGroupBinding in the same namespace of the Service used. </p>
It automatically creates TargetGroupBinding in the same namespace of the Service used.</p>
<p>You can view all TargetGroupBindings in a namespace by <code>kubectl get targetgroupbindings -n &lt;your-namespace&gt; -o wide</code></p>
</div>
<h2 id="targettype">TargetType<a class="headerlink" href="#targettype" title="Permanent link">&para;</a></h2>
Expand All @@ -1122,6 +1150,23 @@ <h2 id="sample-yaml">Sample YAML<a class="headerlink" href="#sample-yaml" title=
<span class="nt">port</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">80</span>
<span class="nt">targetGroupARN</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">&lt;arn-to-targetGroup&gt;</span>
</code></pre></div>
<h2 id="vpcid">VpcID<a class="headerlink" href="#vpcid" title="Permanent link">&para;</a></h2>
<p>TargetGroupBinding CR supports the explicit definition of the Virtual Private Cloud (VPC) of your TargetGroup.</p>
<div class="admonition tip">
<p>If the VpcID is not explicitly specified, a mutating webhook will automatically call AWS API to find the VpcID for your TargetGroup and set it to correct value.</p>
</div>
<h2 id="sample-yaml_1">Sample YAML<a class="headerlink" href="#sample-yaml_1" title="Permanent link">&para;</a></h2>
<div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">elbv2.k8s.aws/v1beta1</span>
<span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">TargetGroupBinding</span>
<span class="nt">metadata</span><span class="p">:</span>
<span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">my-tgb</span>
<span class="nt">spec</span><span class="p">:</span>
<span class="nt">serviceRef</span><span class="p">:</span>
<span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">awesome-service</span> <span class="c1"># route traffic to the awesome-service</span>
<span class="nt">port</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">80</span>
<span class="nt">targetGroupARN</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">&lt;arn-to-targetGroup&gt;</span>
<span class="nt">vpcID</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">&lt;vpcID&gt;</span>
</code></pre></div>
<h2 id="nodeselector">NodeSelector<a class="headerlink" href="#nodeselector" title="Permanent link">&para;</a></h2>
<h3 id="default-node-selector">Default Node Selector<a class="headerlink" href="#default-node-selector" title="Permanent link">&para;</a></h3>
<p>For <code>TargetType: instance</code>, all nodes of a cluster that match the following
Expand Down
2 changes: 1 addition & 1 deletion v2.7/search/search_index.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions v2.7/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2024-02-02</lastmod>
<lastmod>2024-04-17</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified v2.7/sitemap.xml.gz
Binary file not shown.

0 comments on commit cd08b67

Please sign in to comment.