Skip to content
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 bin/kube-include.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ fi

# SAS Viya 4 versions
# supported by SAS Tech Support
# Updated: 21MAY25
# Updated: 05AUG25
# 2023.10 LTS 1.25 1.27 (EOL: 1.26)
# 2024.03 LTS 1.26 1.28 (EOL: 1.26)
# 2024.09 LTS 1.28 1.30
# 2025.03 LTS 1.29 1.31
# 2025.03 1.29 1.31
# 2025.04 1.29 1.31
# 2025.05 1.30 1.32
# 2025.06 1.30 1.32
# 2025.07 1.30 1.32

# Client version allowed to be one minor version earlier than minimum server version
if [ "$KUBE_CLIENT_MAJOR" -eq "1" ] && [ "$KUBE_CLIENT_MINOR" -gt "24" ]; then
Expand Down
6 changes: 3 additions & 3 deletions samples/generic-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ log-monitoring components. See [Deploy](https://documentation.sas.com/?cdcId=obs

## Grafana Dashboards and Alerting

In addition to customizing the deployment, this sample show how you can add
your own Grafana dashboards, alerts, contact points and notifications policies. See [Add More Grafana Dashboards](https://documentation.sas.com/?cdcId=obsrvcdc&cdcVersion=v_003&docsetId=obsrvdply&docsetTarget=n1sg9bc44ow616n1sw7l3dlsbmgz.htm), [Add More Grafana Alerts](***NEED***LINK***) and
[Configure Contact Points, and Notification Policies](***NEED***LINK***) for details.
In addition to customizing the deployment, this sample show how you can add
your own Grafana dashboards, alerts, contact points and notifications policies. See [Add More Grafana Dashboards](https://documentation.sas.com/?cdcId=obsrvcdc&cdcVersion=v_003&docsetId=obsrvdply&docsetTarget=n1sg9bc44ow616n1sw7l3dlsbmgz.htm) and
[Provision Contact Points, Notification Policies and Alert Rules](https://documentation.sas.com/doc/en/obsrvcdc/v_003/obsrvdply/n0auhd4hutsf7xn169hfvriysz4e.htm#p1cb39v8tr2379n1c4posre4v8wx) for details.
4 changes: 2 additions & 2 deletions samples/generic-base/monitoring/alerting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
You can use the `$USER_DIR/monitoring/alerting` directory to supply
a set of additional Grafana alerts to deploy with the monitoring
components. You can also use the directory to define Grafana contact
points and notification policies . See [Add More Grafana Alerts](***NEED***LINK***) and
[Configure Contact Points, and Notification Policies](***NEED***LINK***) for details.
points and notification policies . See
[Provision Contact Points, Notification Policies and Alert Rules](https://documentation.sas.com/doc/en/obsrvcdc/v_003/obsrvdply/n0auhd4hutsf7xn169hfvriysz4e.htm#p1cb39v8tr2379n1c4posre4v8wx) for details.