Skip to content

Commit

Permalink
changes some settings for kubecon
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Oct 31, 2023
1 parent 29414db commit cba2b48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Export() *cobra.Command {
}
export.Flags().String(
startTimeFlag,
"-15m",
"-30m",
"start time; can be a relative duration or absolute (local) timestamp\n"+
" in ISO-8601 extended format (YYYY-MM-DDThh:mm:ss).\n"+
" durations are computed relative to the specified end time,\n"+
Expand Down
3 changes: 0 additions & 3 deletions k8s/sk_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
trackedObjects:
apps/v1.Deployment:
podSpecTemplatePath: /spec/template
batch.volcano.sh/v1alpha1.Job:
podSpecTemplatePath: /spec/tasks/*/template
trackLifecycle: true
"""
CONFIGMAP_NAME = "tracer-config"

Expand Down
8 changes: 4 additions & 4 deletions k8s/sk_vnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
kind: Node
status:
allocatable:
cpu: "1"
memory: "1Gi"
cpu: "16"
memory: "32Gi"
capacity:
cpu: "1"
memory: "1Gi"
cpu: "16"
memory: "32Gi"
"""
CONFIGMAP_NAME = "node-skeleton"

Expand Down

0 comments on commit cba2b48

Please sign in to comment.