Skip to content

Commit

Permalink
Merge branch 'main' into check-links
Browse files Browse the repository at this point in the history
  • Loading branch information
pipo02mix authored Apr 9, 2024
2 parents 4849345 + 629a773 commit 4eb7e2c
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/content/getting started/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Getting started
description: First steps new customers need to perform in order to have their Cloud Native Developer Platform ready to be used by their teams.
description: Start building your cloud-native developer platform based on the Giant Swarm platform.
weight: 80
last_review_date: 2024-03-07
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-docs
---
8 changes: 8 additions & 0 deletions src/content/overview/architecture/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Architecture
description: Technical overview of the Giant Swarm platform components and how a customer's developer platform can use them successfully.
weight: 20
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/connectivity/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Connectivity
description: Public or private access to your workload applications through ingress. Secure connections between your distributed applications or microservices through a service mesh or API gateway.
weight: 70
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/continuous delivery/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Continuous delivery
description: Continuous delivery and GitOps capabilities for deploying and upgrading your applications and clusters efficiently.
weight: 50
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/developer portal/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Developer portal
description: The central Giant Swarm self-service portal for your platform engineers and developers.
weight: 30
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/fleet management/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Fleet management
description: Supported cloud providers and management of clusters on the Giant Swarm platform.
weight: 40
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/introduction/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Introduction
description: Giant Swarm's product and service offering, how we work with customers and our core principles and concepts to build a platform with you.
weight: 5
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/observability/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Observability
description: Observability tooling to provide you with visibility into the Giant Swarm platform, your cluster fleet and application workloads.
weight: 70
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
8 changes: 8 additions & 0 deletions src/content/overview/security/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Security
description: Security features and tooling integrated with the Giant Swarm platform.
weight: 60
last_review_date: 2024-03-18
owner:
- https://github.com/orgs/giantswarm/teams/sig-product
---
4 changes: 2 additions & 2 deletions src/content/reference/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Reference
description: Technical documentation about our apps, tools and interfaces. Users can find API schemas, CLIs, chart references and many more.
last_review_date: 2024-03-07
description: Technical documentation about our apps, tools and interfaces. Users can find API schema, CLIs, Chart references and more.
last_review_date: 2024-02-23
owner:
- https://github.com/orgs/giantswarm/teams/sig-docs
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linkTitle: High-availability control plane
title: High-Availability Kubernetes control plane
description: For production clusters with high availability requirements, Giant Swarm on AWS enables control planes with three control plane nodes and three etcd replicas spread over multiple availability zones.
weight: 10
last_review_date: 2023-04-04
last_review_date: 2023-04-08
menu:
main:
parent: advanced-high-availability
Expand Down Expand Up @@ -139,7 +139,7 @@ For non-interactive patching:

```nohighlight
kubectl patch g8scontrolplanes.infrastructure.giantswarm.io <NAME> \
--type merge -p '{"spec": {"replicas": 3}}
--type merge -p '{"spec": {"replicas": 3}}'
```

Once that is done, the operators will reconcile the desired state and create the
Expand Down

0 comments on commit 4eb7e2c

Please sign in to comment.