Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Adding support for SLES. #23

Merged
merged 3 commits into from
Feb 2, 2018
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
5 changes: 4 additions & 1 deletion documentation/known-issues.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Known Issues
---
This section lists the major known issues with Kubernetes vSphere Cloud Provider. For complete list of issues please check our Github issues(https://github.com/vmware/kubernetes/issues) page. If you notice an issue not listed in Github issues page, please do file a bug on the [Github repo](https://github.com/vmware/kubernetes/issues)
This section lists the major known issues with Kubernetes vSphere Cloud Provider (VCP). For complete list of issues please check our Github issues(https://github.com/vmware/kubernetes/issues) page. If you notice an issue not listed in Github issues page, please do file a bug on the [Github repo](https://github.com/vmware/kubernetes/issues)

## Release 1.7

Expand All @@ -22,3 +22,6 @@ This section lists the major known issues with Kubernetes vSphere Cloud Provider
## vCenter Port other than 443
* For Kubernetes 1.6 and 1.7 releases (except Release v1.7.3 and onwards, Release v1.6.8 and onwards) vCenter Port other than 443 is not supported.

## Validation with Virtual Hardware version (VM version) 13
* Validation of VCP against Container Hosts using Virtual Hardware version 13 is ongoing. [Link](https://github.com/vmware/kubernetes/issues/450)

3 changes: 2 additions & 1 deletion documentation/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ Following table summarizes key features introduced in vSphere Cloud Provider in
| v1.8.2 | Performance improvement for large scale deployment |
| v1.9.0 | Multi vCenter Support |

* vSphere version - 6.0.x and above
* vSphere version - 6.0.x (Virtual Hardware 11) and above

* Container Host operating systems -
- Photon - v1.0 GA
- Ubuntu - v16.04
- CoreOs - v4.11.2
- Centos - v7.3
- RHEL OS - v7.4
- SLES - v12 SP3

* vSphere setup to deploy the Kubernetes cluster.
- For Kubernetes version 1.9.x and above: vSphere Cloud Provider supports Kubernetes cluster spanning across multiple vCenters.
Expand Down