You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository is currently being migrated. It's locked while the migration is in progress.
k8s-master:~# docker version
Client:
Version: 18.09.6
...
Server: Docker Engine - Community
Engine:
Version: 18.09.6
API version: 1.39 (minimum version 1.12)
Go version: go1.10.8
k8s-worker:~# docker version
Client:
Version: 18.09.6
...
Server: Docker Engine - Community
Engine:
Version: 18.09.6
API version: 1.39 (minimum version 1.12)
Go version: go1.10.8
Cluster information
k8s-master:~# kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
k8s-master Ready master 10d v1.14.2 192.168.100.192 <none> Ubuntu 18.04.2 LTS 4.15.0-50-generic docker://18.9.6
k8s-worker Ready <none> 10d v1.14.2 192.168.100.193 <none> Ubuntu 18.04.2 LTS 4.15.0-50-generic docker://18.9.6
I installed the storageos based on the documentation.
Steps:
git clone https://github.com/storageos/deploy.git storageos
cd storageos/k8s/deploy-storageos/cluster-operator
./deploy-operator.sh
then verified the pod: kubectl -n storageos-operator get pod
k8s-master:~/storageos# kubectl get pvc -n smoke
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
pvc-1 Pending fast 160m
k8s-master:~/storageos# kubectl describe pvc pvc-1 -n smoke
Name: pvc-1
Namespace: smoke
StorageClass: fast
Status: Pending
Volume:
Labels: <none>
Annotations: kubectl.kubernetes.io/last-applied-configuration:
{"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{"volume.beta.kubernetes.io/storage-class":"fast"},"name":"pvc...
volume.beta.kubernetes.io/storage-class: fast
volume.beta.kubernetes.io/storage-provisioner: kubernetes.io/storageos
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning ProvisioningFailed 25m (x34 over 161m) persistentvolume-controller Failed to provision volume with StorageClass "fast": API error (Requested object not found. Does this item exist?): 404 page not found
Warning ProvisioningFailed 46s (x44 over 161m) persistentvolume-controller Failed to provision volume with StorageClass "fast": API error (Unauthenticated access of secure endpoint, please retry after authentication): Failed to find account
Mounted By: <none>
I think i do everything by default.. so i really dont understand why can not auth when every secret is on good place and i can use the storageos-cli.
update:
It looks like, after the cleanup and new install it works. but i did some changes.
When i created the secret and the StorageOSCluster, i did these on not in project default.. i did in project storageos-operator.
Hi @lacisz491, glad to hear you've got StorageOS working. You specify the secretRefName and secretRefNamespace in the StorageOSCluster CR so you can create them in a different namespace they just need to match.
I want to use storageos on home kubernetes cluster but it did not works.
Detailed information:
KVM guests with Ubuntu 18.04
Kubernetes version:
Docker version:
Cluster information
I installed the storageos based on the documentation.
Steps:
then verified the pod:
kubectl -n storageos-operator get pod
I created a secret and a cluster definition:
then
After these steps
i verified the storageclass and everything.
Finally:
I think i do everything by default.. so i really dont understand why can not auth when every secret is on good place and i can use the storageos-cli.
but
Please help me to move forward this issue.
The text was updated successfully, but these errors were encountered: