Skip to content

Commit

Permalink
Merge pull request #356 from Qovery/add_get_kubeconfig_feature
Browse files Browse the repository at this point in the history
add get kubeconfig feature documentation
  • Loading branch information
acarranoqovery authored Dec 20, 2023
2 parents ecd9f69 + cea84e3 commit 19b5be3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
---
last_modified_on: "2023-11-25"
last_modified_on: "2023-12-20"
title: "Cloud Service Provider"
description: "Learn how to configure and plug in your Cloud Account"
sidebar_label: hidden
hide_pagination: true
---

import Jump from '@site/src/components/Jump';

<Jump to="/docs/using-qovery/configuration/cloud-service-provider/amazon-web-services/">Amazon web services</Jump>
<Jump to="/docs/using-qovery/configuration/cloud-service-provider/digital-ocean/">Digital ocean</Jump>
<Jump to="/docs/using-qovery/configuration/cloud-service-provider/google-cloud-platform/">Google cloud platform</Jump>
<Jump to="/docs/using-qovery/configuration/cloud-service-provider/microsoft-azure/">Microsoft azure</Jump>
<Jump to="/docs/using-qovery/configuration/cloud-service-provider/other-csps/">Other csps</Jump>
<Jump to="/docs/using-qovery/configuration/cloud-service-provider/scaleway/">Scaleway</Jump>

<!--
THIS FILE IS AUTOGENERATED!
Expand Down
20 changes: 19 additions & 1 deletion website/docs/using-qovery/configuration/clusters.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2023-11-25"
last_modified_on: "2023-12-20"
title: "Clusters"
description: "Learn how to configure your Kubernetes clusters on Qovery"
---
Expand Down Expand Up @@ -560,6 +560,24 @@ Check [this section][#cleaning-up-a-cluster-from-your-aws-account] to find these

Once confirmed, the cluster status turns to `Deleting...` (red status) and once the deletion is complete, the cluster is removed from your organization settings.

#### Audit logs

To get the cluster filtered audit logs, open the `...` section and press `See audit logs`.

You will be redirected to the audit logs section. A filter on the dedicated cluster will be applied. You only see the audit logs regarding cluster operations.

#### Get your cluster id

To get your Qovery cluster id, open the `...` section and press `Copy identifier`.

The cluster id in Qovery will be in your clipboard.

#### Get your cluster kubeconfig file

If you need to get your kubeconfig file, open the `...` section and press `Get Kubeconfig`.

Then the kubeconfig yaml file will be automatically downloaded.

## Logs

Qovery allows you to access the logs of your cluster in order to follow its installation or investigate any issue happening on it.
Expand Down
18 changes: 18 additions & 0 deletions website/docs/using-qovery/configuration/clusters.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,24 @@ Check [this section][#cleaning-up-a-cluster-from-your-aws-account] to find these

Once confirmed, the cluster status turns to `Deleting...` (red status) and once the deletion is complete, the cluster is removed from your organization settings.

#### Audit logs

To get the cluster filtered audit logs, open the `...` section and press `See audit logs`.

You will be redirected to the audit logs section. A filter on the dedicated cluster will be applied. You only see the audit logs regarding cluster operations.

#### Get your cluster id

To get your Qovery cluster id, open the `...` section and press `Copy identifier`.

The cluster id in Qovery will be in your clipboard.

#### Get your cluster kubeconfig file

If you need to get your kubeconfig file, open the `...` section and press `Get Kubeconfig`.

Then the kubeconfig yaml file will be automatically downloaded.

## Logs

Qovery allows you to access the logs of your cluster in order to follow its installation or investigate any issue happening on it.
Expand Down

0 comments on commit 19b5be3

Please sign in to comment.