Skip to content

Commit

Permalink
fix: Add Oracle Linux 2 as supported OS (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
srstack authored Mar 9, 2022
1 parent 4fdb133 commit 28f9267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/operation/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func checkOSInfo(opt *CheckOptions, osInfo *sysinfo.OS) *CheckResult {
osInfo.Name, osInfo.Release)
return result
}
case "centos", "redhat", "rhel":
case "centos", "redhat", "rhel", "ol":
// check version
// CentOS 8 is known to be not working, and we don't have plan to support it
// as of now, we may add support for RHEL 8 based systems in the future.
Expand Down

0 comments on commit 28f9267

Please sign in to comment.