Skip to content

Commit

Permalink
Deployed 3406f1d to development with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2024
1 parent c9d4784 commit d4b8f14
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 16 deletions.
2 changes: 2 additions & 0 deletions development/examples/kubernetes/prefect/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* The vpc needs to have a `nat gateway configured <https://repost.aws/questions/QU8XmyDQZOQkq9SSHoIM3tJg/setting-up-an-eks-node-group-on-a-private-subnet>`_ to allow the nodegroups to be able to find the eks cluster
* You can choose between creating a single nat gatway or one nat gateway per az.
35 changes: 35 additions & 0 deletions development/examples/kubernetes/prefect/aws-prefect-advanced.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: aws-prefect-k8s
provider:
name: aws
account_id: "793009824629"
region: "eu-central-1"
deployment:
type: kubernetes
config:
vpc:
create_database_subnets: true
enable_nat_gateway: true
one_nat_gateway_per_az: false
kubernetes:
k8s_version: "1.29"
cluster_endpoint_public_access: true
spot_instance: false
tags:
orchestrator: "prefect"
node_groups:
- name: prefect-node-group
instance_types:
- t3.medium
desired_size: 1
min_size: 1
max_size: 3
disk_size: 20
stack:
- orchestrator:
name: prefect
params:
remote_tracking: true
tags:
database_type: "postgres"
orchestrator: "prefect"
remote_tracking: true
10 changes: 10 additions & 0 deletions development/examples/kubernetes/prefect/aws-prefect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: aws-prefect-k8s
provider:
name: aws
account_id: "793009824629"
region: "eu-central-1"
deployment:
type: kubernetes
stack:
- orchestrator:
name: prefect
32 changes: 16 additions & 16 deletions development/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,82 +2,82 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mlinfra.io/latest/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/CONTRIBUTING/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/RELEASE_NOTES/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/SECURITY/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/about_me/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/acknowledgements/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/roadmap/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/code/aws/cloud_vm/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/code/aws/kubernetes/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/application_config/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/cloud_config/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/stack_config/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/stack_config/deployment/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/stack_config/provider/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mlinfra.io/latest/user_guide/stack_config/stack/</loc>
<lastmod>2024-05-21</lastmod>
<lastmod>2024-06-08</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified development/sitemap.xml.gz
Binary file not shown.

0 comments on commit d4b8f14

Please sign in to comment.