- Date: 2026-01-31
- Slot: 6 (previously used slot 7)
- Profile: AWS_PROFILE=sandbox
- Command:
AWS_PROFILE=sandbox ./cluster.sh apply 6 --gpu -auto-approve - Reason for rebuild: Previous slot-7 cluster had TLS/certificate issues after installation; decided to tear down and start fresh.
- Previous session PRs merged: PR #56 (tpl + awsCredentialsSecretName), PR #57 (slice handling + inference SA + path-style S3)
- Slot 7 teardown: Completed. Required manual cleanup of 3 orphaned K8s security groups blocking VPC deletion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Dashboard", | |
| "maturity": "experimental", | |
| "description": "A Grafana dashboard.", | |
| "lineage": { | |
| "schemas": [ | |
| { | |
| "version": [ | |
| 0, | |
| 0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import "github.com/grafana/thema" | |
| thema.#Lineage | |
| name: "trivial-two" | |
| schemas: [{ | |
| version: [0, 0] | |
| schema: { | |
| firstfield: string | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright 2023 Grafana Labs | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright 2023 Grafana Labs | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright 2023 Grafana Labs | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # THIS FILE IS GENERATED. EDITING IS FUTILE. | |
| # | |
| # Generated by: | |
| # kinds/gen.go | |
| # Using jennies: | |
| # YamlCRDJenny | |
| # | |
| # Run 'make gen-cue' from repository root to regenerate. | |
| kind: CustomResourceDefinition |
Personas
- Grafana user - clickin dem boxes in dat browser
- Plugin developer - someone writing a particular Grafana plugin, whether that plugin happens to be in core or external
- Core developer - someone working on any subsystem in Grafana core other than the kind framework itself, frontend or backend
- Kind framework developer - someone working on the kind framework - basically, what’s under pkg/kindsys
Things
- Kind Category Schema - a meta-schema specifying how a particular category of kind and its contained schemas must be declared
NewerOlder