[8.x] [Onboarding] Add tech preview badge to the OTel k8s flow (#197229) (#197268)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Onboarding] Add tech preview badge to the OTel k8s flow
(#197229)](https://github.com/elastic/kibana/pull/197229)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Giorgos
Bamparopoulos","email":"georgios.bamparopoulos@elastic.co"},"sourceCommit":{"committedDate":"2024-10-22T15:03:10Z","message":"[Onboarding]
Add tech preview badge to the OTel k8s flow (#197229)\n\nAdds Tech
Preview badges for the k8s OTel flow.\r\n\r\n### Quickstart tile\r\n<img
width=\"405\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee\">\r\n\r\n###
Onboarding page\r\n<img width=\"1074\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446\">","sha":"aaf3539faf9dd637bc311cabcd9dfb37fd263119","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs","Feature:
Observability Onboarding","v8.16.0"],"title":"[Onboarding] Add tech
preview badge to the OTel k8s
flow","number":197229,"url":"https://github.com/elastic/kibana/pull/197229","mergeCommit":{"message":"[Onboarding]
Add tech preview badge to the OTel k8s flow (#197229)\n\nAdds Tech
Preview badges for the k8s OTel flow.\r\n\r\n### Quickstart tile\r\n<img
width=\"405\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee\">\r\n\r\n###
Onboarding page\r\n<img width=\"1074\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446\">","sha":"aaf3539faf9dd637bc311cabcd9dfb37fd263119"}},"sourceBranch":"main","suggestedTargetBranches":["8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197229","number":197229,"mergeCommit":{"message":"[Onboarding]
Add tech preview badge to the OTel k8s flow (#197229)\n\nAdds Tech
Preview badges for the k8s OTel flow.\r\n\r\n### Quickstart tile\r\n<img
width=\"405\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/1425c39d-a3a8-44c1-9e05-b8ad0c7757ee\">\r\n\r\n###
Onboarding page\r\n<img width=\"1074\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/4a8b73f0-1eb1-4361-bb69-3ad62c463446\">","sha":"aaf3539faf9dd637bc311cabcd9dfb37fd263119"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Giorgos Bamparopoulos <georgios.bamparopoulos@elastic.co>
This commit is contained in:
Kibana Machine 2024-10-23 04:01:21 +11:00 committed by GitHub
parent b639c47e1e
commit 867a0396a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -191,6 +191,7 @@ export function useCustomCardsForCategory(
version: '',
integration: '',
isQuickstart: true,
release: 'preview',
},
];

View file

@ -28,6 +28,7 @@ export const OtelKubernetesPage = () => (
defaultMessage: 'Unified Kubernetes observability with the OpenTelemetry Operator',
}
)}
isTechnicalPreview={true}
/>
}
>