Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] update examples/starrocks/deploy_a_starrocks_cluster_with_all_f… #278

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Call make test
run: make test
chart:
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Run helm template
run: |
cd helm-charts/charts/kube-starrocks/
helm template -f values.yaml .
helm template -f values.yaml .
104 changes: 0 additions & 104 deletions config/crd/bases/starrocks.com_starrocksclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1118,32 +1118,6 @@ spec:
type: string
description: the pod labels for user select or classify pods.
type: object
probe:
description: Probe defines the mode probe service in container
is alive.
properties:
initialDelaySeconds:
description: Number of seconds after the container has started
before liveness probes are initiated. Default to 10 seconds.
format: int32
minimum: 0
type: integer
periodSeconds:
description: How often (in seconds) to perform the probe.
Default to Kubernetes default (10 seconds). Minimum value
is 1.
format: int32
minimum: 1
type: integer
type:
description: Type identifies the mode of probe main container
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
description: 'Replicas is the number of desired Pod. When HPA
policy is enabled with a fixed replica count: every time the
Expand Down Expand Up @@ -3089,32 +3063,6 @@ spec:
type: string
description: the pod labels for user select or classify pods.
type: object
probe:
description: Probe defines the mode probe service in container
is alive.
properties:
initialDelaySeconds:
description: Number of seconds after the container has started
before liveness probes are initiated. Default to 10 seconds.
format: int32
minimum: 0
type: integer
periodSeconds:
description: How often (in seconds) to perform the probe.
Default to Kubernetes default (10 seconds). Minimum value
is 1.
format: int32
minimum: 1
type: integer
type:
description: Type identifies the mode of probe main container
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
description: 'Replicas is the number of desired Pod. When HPA
policy is enabled with a fixed replica count: every time the
Expand Down Expand Up @@ -4230,32 +4178,6 @@ spec:
type: string
description: the pod labels for user select or classify pods.
type: object
probe:
description: Probe defines the mode probe service in container
is alive.
properties:
initialDelaySeconds:
description: Number of seconds after the container has started
before liveness probes are initiated. Default to 10 seconds.
format: int32
minimum: 0
type: integer
periodSeconds:
description: How often (in seconds) to perform the probe.
Default to Kubernetes default (10 seconds). Minimum value
is 1.
format: int32
minimum: 1
type: integer
type:
description: Type identifies the mode of probe main container
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
description: 'Replicas is the number of desired Pod. When HPA
policy is enabled with a fixed replica count: every time the
Expand Down Expand Up @@ -5498,32 +5420,6 @@ spec:
type: string
description: the pod labels for user select or classify pods.
type: object
probe:
description: Probe defines the mode probe service in container
is alive.
properties:
initialDelaySeconds:
description: Number of seconds after the container has started
before liveness probes are initiated. Default to 10 seconds.
format: int32
minimum: 0
type: integer
periodSeconds:
description: How often (in seconds) to perform the probe.
Default to Kubernetes default (10 seconds). Minimum value
is 1.
format: int32
minimum: 1
type: integer
type:
description: Type identifies the mode of probe main container
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
description: 'Replicas is the number of desired Pod. When HPA
policy is enabled with a fixed replica count: every time the
Expand Down
72 changes: 0 additions & 72 deletions deploy/starrocks.com_starrocksclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,24 +515,6 @@ spec:
additionalProperties:
type: string
type: object
probe:
properties:
initialDelaySeconds:
format: int32
minimum: 0
type: integer
periodSeconds:
format: int32
minimum: 1
type: integer
type:
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
format: int32
minimum: 0
Expand Down Expand Up @@ -1433,24 +1415,6 @@ spec:
additionalProperties:
type: string
type: object
probe:
properties:
initialDelaySeconds:
format: int32
minimum: 0
type: integer
periodSeconds:
format: int32
minimum: 1
type: integer
type:
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
format: int32
minimum: 0
Expand Down Expand Up @@ -1941,24 +1905,6 @@ spec:
additionalProperties:
type: string
type: object
probe:
properties:
initialDelaySeconds:
format: int32
minimum: 0
type: integer
periodSeconds:
format: int32
minimum: 1
type: integer
type:
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
format: int32
minimum: 0
Expand Down Expand Up @@ -2520,24 +2466,6 @@ spec:
additionalProperties:
type: string
type: object
probe:
properties:
initialDelaySeconds:
format: int32
minimum: 0
type: integer
periodSeconds:
format: int32
minimum: 1
type: integer
type:
enum:
- tcp
- command
type: string
required:
- type
type: object
replicas:
format: int32
minimum: 0
Expand Down
Loading
Loading